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 ncoghlan
Recipients Julian.Gindi, Tim.Graham, berker.peksag, bignose, brett.cannon, davidszotten@gmail.com, eric.snow, ezio.melotti, ncoghlan, python-dev, rhettinger, serhiy.storchaka, taleinat
Date 2017-10-26.08:06:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509005175.01.0.213398074469.issue21720@psf.upfronthosting.co.za>
In-reply-to
Content
Given that the automated cherry-pick failed, I'd consider a 3.6 backport nice to have, but definitely not essential.

My rationale for that is that "from __future__ import unicode_literals" makes it fairly easy to stumble over the 2.7 variant of this error message, but we're not aware of a similarly implicit way of encountering the 3.x variant.
History
Date User Action Args
2017-10-26 08:06:15ncoghlansetrecipients: + ncoghlan, brett.cannon, rhettinger, taleinat, ezio.melotti, bignose, python-dev, eric.snow, berker.peksag, serhiy.storchaka, Julian.Gindi, davidszotten@gmail.com, Tim.Graham
2017-10-26 08:06:15ncoghlansetmessageid: <1509005175.01.0.213398074469.issue21720@psf.upfronthosting.co.za>
2017-10-26 08:06:15ncoghlanlinkissue21720 messages
2017-10-26 08:06:14ncoghlancreate