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 serhiy.storchaka
Recipients Thomas.Ryan, ezio.melotti, serhiy.storchaka
Date 2013-01-15.19:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358279700.44.0.129654141667.issue10590@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, xml.dom.minidom.parseString() and xml.etree.ElementTree.fromstring() accepts both bytes and strings, xml.dom.minidom.parse(), xml.etree.ElementTree.parse() and even xml.sax.parse() accepts both byte and text streams. Only xml.sax.parseString() rejects strings in contrast to its name. This looks as 2 to 3 porting bug.
History
Date User Action Args
2013-01-15 19:55:00serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, Thomas.Ryan
2013-01-15 19:55:00serhiy.storchakasetmessageid: <1358279700.44.0.129654141667.issue10590@psf.upfronthosting.co.za>
2013-01-15 19:55:00serhiy.storchakalinkissue10590 messages
2013-01-15 19:55:00serhiy.storchakacreate