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 eli.bendersky, serhiy.storchaka
Date 2013-01-10.18:10:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357841433.69.0.0821104490374.issue16922@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import xml.etree.cElementTree as ET
>>> ET.XML('<root><empty /></root>').findtext('empty')
b''
History
Date User Action Args
2013-01-10 18:10:33serhiy.storchakasetrecipients: + serhiy.storchaka, eli.bendersky
2013-01-10 18:10:33serhiy.storchakasetmessageid: <1357841433.69.0.0821104490374.issue16922@psf.upfronthosting.co.za>
2013-01-10 18:10:33serhiy.storchakalinkissue16922 messages
2013-01-10 18:10:33serhiy.storchakacreate