Message8900

Author fwierzbicki
Recipients fwierzbicki
Date 2014-08-04.02:23:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407119022.67.0.913192358687.issue2185@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like we should keep a copy of expatreader.py for Jython, removing the code at the top:

if sys.platform[:4] == "java":
    raise SAXReaderNotAvailable("expat not available in Java", None)

Since we do have a good part of expat support now.
History
Date User Action Args
2014-08-04 02:23:42fwierzbickisetrecipients: + fwierzbicki
2014-08-04 02:23:42fwierzbickisetmessageid: <1407119022.67.0.913192358687.issue2185@psf.upfronthosting.co.za>
2014-08-04 02:23:42fwierzbickilinkissue2185 messages
2014-08-04 02:23:41fwierzbickicreate