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 Frank, eli.bendersky, ezio.melotti, serhiy.storchaka
Date 2013-01-10.08:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357805428.89.0.178323723449.issue16913@psf.upfronthosting.co.za>
In-reply-to
Content
Can you please provide an example of data for which the tostring method fails? I can't reproduce this on simple data.

>>> import xml.etree.ElementTree as ET
>>> ET.tostring(ET.XML('<root><b>q</b>werty</root>'), method='text', encoding='unicode')
'qwerty'
History
Date User Action Args
2013-01-10 08:10:28serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, eli.bendersky, Frank
2013-01-10 08:10:28serhiy.storchakasetmessageid: <1357805428.89.0.178323723449.issue16913@psf.upfronthosting.co.za>
2013-01-10 08:10:28serhiy.storchakalinkissue16913 messages
2013-01-10 08:10:28serhiy.storchakacreate