homepage

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 eli.bendersky
Recipients eli.bendersky, philthompson10
Date 2012年03月10日.18:28:00
SpamBayes Score 0.067512095
Marked as misclassified No
Message-id <1331404081.13.0.20544992948.issue14246@psf.upfronthosting.co.za>
In-reply-to
Content
Note that this code works fine:
---------------------------------------
tree = ET.ElementTree()
stream = io.BytesIO()
stream.write(b'''<?xml version="1.0"?>
<site>
</site>
''')
stream.seek(0)
tree.parse(stream)
print(tree.getroot())
---------------------------------------
History
Date User Action Args
2012年03月10日 18:28:01eli.benderskysetrecipients: + eli.bendersky, philthompson10
2012年03月10日 18:28:01eli.benderskysetmessageid: <1331404081.13.0.20544992948.issue14246@psf.upfronthosting.co.za>
2012年03月10日 18:28:00eli.benderskylinkissue14246 messages
2012年03月10日 18:28:00eli.benderskycreate

AltStyle によって変換されたページ (->オリジナル) /