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 Hibou57
Recipients Hibou57, xiang.zhang
Date 2016-01-27.09:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453885823.39.0.640795815951.issue26210@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Xiang, for the clear explanations.

So an error should be triggered when `reset` is invoked while it should not. And remains the issue about how to stop the parser: should an exception be raised and caught at an outer invocation level? Something like raising StopIteration? (I don't enjoy using exceptions for flow control, but that seems to be the Python way, cheese).
History
Date User Action Args
2016-01-27 09:10:23Hibou57setrecipients: + Hibou57, xiang.zhang
2016-01-27 09:10:23Hibou57setmessageid: <1453885823.39.0.640795815951.issue26210@psf.upfronthosting.co.za>
2016-01-27 09:10:23Hibou57linkissue26210 messages
2016-01-27 09:10:23Hibou57create