Message4812

Author lheuer
Recipients lheuer
Date 2009-06-14.19:16:00
SpamBayes Score 0.0005216948
Marked as misclassified No
Message-id <1245006961.85.0.464592938734.issue1375@psf.upfronthosting.co.za>
In-reply-to
Content
The attached file fixes the NPE.
attrs.get(('', 'attr')) is still different from Python: Python would not
find the attribute while Jython returns the attribute value. See
test_sax.py for the differences
History
Date User Action Args
2009-06-14 19:16:01lheuersetmessageid: <1245006961.85.0.464592938734.issue1375@psf.upfronthosting.co.za>
2009-06-14 19:16:01lheuersetrecipients: + lheuer
2009-06-14 19:16:01lheuerlinkissue1375 messages
2009-06-14 19:16:01lheuercreate