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 teoryn
Recipients teoryn
Date 2011-07-26.18:07:46
SpamBayes Score 5.8586167e-09
Marked as misclassified No
Message-id <1311703666.78.0.227640576918.issue12629@psf.upfronthosting.co.za>
In-reply-to
Content
A workaround is to call close() after feed(), which I supposed I should have done anyways. However, this does not resolve the issue that the two cases behave so differently. 

The code that causes the difference is lines 351-355 of parser.py, which also has a misleading comment stating it detects the / in a /> ending (which is actually done at 334).
History
Date User Action Args
2011-07-26 18:07:46teorynsetrecipients: + teoryn
2011-07-26 18:07:46teorynsetmessageid: <1311703666.78.0.227640576918.issue12629@psf.upfronthosting.co.za>
2011-07-26 18:07:46teorynlinkissue12629 messages
2011-07-26 18:07:46teoryncreate