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 ocean-city
Recipients andybalaam, ocean-city, realpolitik
Date 2009-10-09.09:45:52
SpamBayes Score 5.653623e-09
Marked as misclassified No
Message-id <1255081555.36.0.11237352695.issue6676@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not familiar with expat, but we can see what is happening more
clearly with attached adhok patch.

Traceback (most recent call last):
  File "expat-error.py", line 14, in <module>
    p.ParseFile(file)
xml.parsers.expat.ExpatError: parsing finished: line 2, column 482

It seems ParseFile() doesn't support second call. I'm not sure this is
intended behavior or not.
History
Date User Action Args
2009-10-09 09:45:55ocean-citysetrecipients: + ocean-city, andybalaam, realpolitik
2009-10-09 09:45:55ocean-citysetmessageid: <1255081555.36.0.11237352695.issue6676@psf.upfronthosting.co.za>
2009-10-09 09:45:54ocean-citylinkissue6676 messages
2009-10-09 09:45:53ocean-citycreate