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 christian.heimes
Recipients Adam.Urban, christian.heimes, eli.bendersky, serhiy.storchaka
Date 2013-07-02.20:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372797730.62.0.76011301058.issue18347@psf.upfronthosting.co.za>
In-reply-to
Content
I'm able to confirm the issue for Python 2.7 and 3.x:

>>> import xml.etree.ElementTree as ET
>>> tree = ET.fromstring("<someTag>someData</someTag>")
>>> ET.tostring(tree, encoding="utf-8", method="html")
b'<someTag>someData</sometag>'
History
Date User Action Args
2013-07-02 20:42:10christian.heimessetrecipients: + christian.heimes, eli.bendersky, serhiy.storchaka, Adam.Urban
2013-07-02 20:42:10christian.heimessetmessageid: <1372797730.62.0.76011301058.issue18347@psf.upfronthosting.co.za>
2013-07-02 20:42:10christian.heimeslinkissue18347 messages
2013-07-02 20:42:10christian.heimescreate