Message3201

Author leosoto
Recipients leosoto
Date 2008-05-25.02:27:37
SpamBayes Score 0.04219497
Marked as misclassified No
Message-id <1211682457.78.0.762270115672.issue1039@psf.upfronthosting.co.za>
In-reply-to
Content
It may seem questionable if jython really must mimic such level of
detail. But if it doesn't, it will break doctests.

Attached is a patch with test. It simply overrides noAttributeError on
PyType.

Maybe the same should be done on PyInstance and PyClass.
History
Date User Action Args
2008-05-25 02:27:38leosotosetspambayes_score: 0.042195 -> 0.04219497
recipients: + leosoto
2008-05-25 02:27:37leosotosetspambayes_score: 0.042195 -> 0.042195
messageid: <1211682457.78.0.762270115672.issue1039@psf.upfronthosting.co.za>
2008-05-25 02:27:37leosotolinkissue1039 messages
2008-05-25 02:27:37leosotocreate