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 r.david.murray
Recipients BreamoreBoy, benjamin.peterson, meador.inge, mhammond, python-dev, r.david.murray, rbcollins
Date 2015-07-22.18:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437591334.74.0.94295654743.issue13938@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it's a patch to 2to3, which I'm assuming is sometimes (often?) run using 2.7 to convert code to run under python3.

I personally don't use transplant in cases like this, I just apply the patch independently to the 2.7 branch.  That may just be because I've never used transplant, but we are treating the two branches as independent and I don't want to screw that up :)
History
Date User Action Args
2015-07-22 18:55:34r.david.murraysetrecipients: + r.david.murray, mhammond, rbcollins, benjamin.peterson, meador.inge, BreamoreBoy, python-dev
2015-07-22 18:55:34r.david.murraysetmessageid: <1437591334.74.0.94295654743.issue13938@psf.upfronthosting.co.za>
2015-07-22 18:55:34r.david.murraylinkissue13938 messages
2015-07-22 18:55:34r.david.murraycreate