This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author effbot
Recipients effbot, exarkun
Date 2009-04-16.15:51:25
SpamBayes Score 7.789954e-06
Marked as misclassified No
Message-id <1239897086.63.0.00372958152942.issue5767@psf.upfronthosting.co.za>
In-reply-to
Content
sgmlop doesn't do much validation; to quote the homepage: "[sgmlop] is 
tolerant, and happily accepts XML-like data that are not well-formed. If 
you need strictness, use another parser."

But given that Python ships with cElementTree these days, and 
cElementTree's XMLParser (based on expat) is faster than both sgmlop and 
pyexpat, maybe it's time to remove sgmlop support from xmlrpclib...
History
Date User Action Args
2009-04-16 15:51:26effbotsetrecipients: + effbot, exarkun
2009-04-16 15:51:26effbotsetmessageid: <1239897086.63.0.00372958152942.issue5767@psf.upfronthosting.co.za>
2009-04-16 15:51:25effbotlinkissue5767 messages
2009-04-16 15:51:25effbotcreate