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 Brian.Bossé, DLitz, akuchling, eric.snow, kristjan.jonsson, meador.inge, nick.caruso, rhettinger, sfllaw, terry.reedy
Date 2014-02-18.20:34:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392755683.6.0.150054926909.issue9974@psf.upfronthosting.co.za>
In-reply-to
Content
The \ continuation bug is one of many covered by #12691 and its patch, but this came first and it focused on only this bug. With respect to this issue, the code patches are basically the same; I will use tests to choose between them.

On #12691, Gareth notes that the 5-tuple mode that uses add-whitespace is under tested, so care is needed to not break working uses.

Adding a new parameter to a function is a new feature. I will check on pydev that no one objects to calling Untokenizer a private implementation detail.
History
Date User Action Args
2014-02-18 20:34:43terry.reedysetrecipients: + terry.reedy, akuchling, rhettinger, kristjan.jonsson, sfllaw, meador.inge, nick.caruso, Brian.Bossé, eric.snow, DLitz
2014-02-18 20:34:43terry.reedysetmessageid: <1392755683.6.0.150054926909.issue9974@psf.upfronthosting.co.za>
2014-02-18 20:34:43terry.reedylinkissue9974 messages
2014-02-18 20:34:43terry.reedycreate