Message6796

Author ssteiner
Recipients ssteiner
Date 2012-03-15.11:42:54
SpamBayes Score 0.038389955
Marked as misclassified No
Message-id <1331811775.01.0.674378622756.issue1850@psf.upfronthosting.co.za>
In-reply-to
Content
from xml.etree import ElementTree as et
et.ElementTree(et.XML('hi'))

cpython:
xml.parsers.expat.ExpatError: syntax error: line 1, column 0

jython:
xml.parsers.expat.ExpatError: Content is not allowed in prolog.
History
Date User Action Args
2012-03-15 11:42:55ssteinersetrecipients: + ssteiner
2012-03-15 11:42:55ssteinersetmessageid: <1331811775.01.0.674378622756.issue1850@psf.upfronthosting.co.za>
2012-03-15 11:42:54ssteinerlinkissue1850 messages
2012-03-15 11:42:54ssteinercreate