Message6436

Author sruchet
Recipients sruchet
Date 2011-03-15.09:50:00
SpamBayes Score 7.39168e-09
Marked as misclassified No
Message-id <1300182601.48.0.793220436115.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
in version 2.5.2 (Release_2_5_2:7206, Mar 2 2011, 23:12:06)

Parsing xml data containing an attribute with 2-letters length works with python 2.5.2 but fails with jython.
It comes from class AttributesImpl in driver drv_javasax.py, that uses NameSpace. It should not use NameSpace, as it is used by the subclass AttributesNSImpl.

I attached a zip file containing an example, the Original python module and the fixed one.
History
Date User Action Args
2011-03-15 09:50:01sruchetsetrecipients: + sruchet
2011-03-15 09:50:01sruchetsetmessageid: <1300182601.48.0.793220436115.issue1717@psf.upfronthosting.co.za>
2011-03-15 09:50:01sruchetlinkissue1717 messages
2011-03-15 09:50:00sruchetcreate