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 evan_
Recipients Andrey.Kislyuk, cvrebert, eric.araujo, eric.smith, evan_, ezio.melotti, ned.deily, python-dev, r.david.murray, robodan, vinay.sajip
Date 2017-01-02.13:01:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483362082.53.0.330064551283.issue28595@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a more complete patch. This takes the conservative approach of retaining all functionality of 3.6 and treating this as a new feature for 3.7. I don't think this is suitable for 3.6.1 given this new behavior contradicts what is currently written in the documentation (though this can be discussed further).

I've also run into a couple of other bugs that I've made separate issues for:

* The example in the documentation mixes up 'Old' and 'New' (issue29133)
* The updated example contains a bug (the '>abc' token should actually be two tokens) (issue29132)

These should both be fixed in 3.6.1 regardless of where this goes.
History
Date User Action Args
2017-01-02 13:01:22evan_setrecipients: + evan_, vinay.sajip, eric.smith, robodan, ned.deily, ezio.melotti, eric.araujo, r.david.murray, cvrebert, python-dev, Andrey.Kislyuk
2017-01-02 13:01:22evan_setmessageid: <1483362082.53.0.330064551283.issue28595@psf.upfronthosting.co.za>
2017-01-02 13:01:22evan_linkissue28595 messages
2017-01-02 13:01:22evan_create