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 martin.panter
Recipients docs@python, ezio.melotti, martin.panter, r.david.murray, xkjq
Date 2015-01-01.19:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420140766.7.0.311727580158.issue23144@psf.upfronthosting.co.za>
In-reply-to
Content
You “forgot” to call close():

>>> parser.close()
Encountered some data  :  eggs

Perhaps this is a documentation bug, since there is a lot of example code given, but none of the examples call close().
History
Date User Action Args
2015-01-01 19:32:46martin.pantersetrecipients: + martin.panter, ezio.melotti, r.david.murray, docs@python, xkjq
2015-01-01 19:32:46martin.pantersetmessageid: <1420140766.7.0.311727580158.issue23144@psf.upfronthosting.co.za>
2015-01-01 19:32:46martin.panterlinkissue23144 messages
2015-01-01 19:32:46martin.pantercreate