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 terry.reedy
Recipients benjamin.peterson, daniel.urban, docs@python, eric.snow, ezio.melotti, gdr@garethrees.org, meador.inge, python-dev, sandro.tosi, serhiy.storchaka, takluyver, terry.reedy, yselivanov
Date 2014-02-18.20:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392754802.21.0.512909930673.issue12691@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed the assert and dropped first iter compat-mode token bugs one-by-one by writing narrow unittests that fail and code that makes them pass. I am now working on the '\' continuation issue. That is the subject of #9974, which has a nearly identical patch. Where it differs from yours, I will choose on the basis of tests. Any further discussion of this bug should be on that issue.

I appreciate the warning that the full mode is undertested, so I need to be concerned about breaking untested functionality that works. That was not so much a concern with the first two issues.
History
Date User Action Args
2014-02-18 20:20:02terry.reedysetrecipients: + terry.reedy, benjamin.peterson, ezio.melotti, meador.inge, daniel.urban, sandro.tosi, docs@python, python-dev, eric.snow, takluyver, gdr@garethrees.org, serhiy.storchaka, yselivanov
2014-02-18 20:20:02terry.reedysetmessageid: <1392754802.21.0.512909930673.issue12691@psf.upfronthosting.co.za>
2014-02-18 20:20:02terry.reedylinkissue12691 messages
2014-02-18 20:20:01terry.reedycreate