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 xiang.zhang
Recipients Hibou57, xiang.zhang
Date 2016-01-27.08:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453884308.56.0.648979098592.issue26210@psf.upfronthosting.co.za>
In-reply-to
Content
Actually it does move forward since in goahead, it first store a "copy" of the initial self.rawdata and use it to control the flow. If you make some change to self.rawdata when parsing, for example call reset, goahead can not feel it. But methods parse_* can. So the data conflicts.

I think it's not proper to change self.rawdata when parsing. You can easily get various errors by doing that.
History
Date User Action Args
2016-01-27 08:45:08xiang.zhangsetrecipients: + xiang.zhang, Hibou57
2016-01-27 08:45:08xiang.zhangsetmessageid: <1453884308.56.0.648979098592.issue26210@psf.upfronthosting.co.za>
2016-01-27 08:45:08xiang.zhanglinkissue26210 messages
2016-01-27 08:45:08xiang.zhangcreate