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 mark.dickinson
Recipients Jim Fasarakis-Hilliard, dalke, mark.dickinson, pitrou, serhiy.storchaka
Date 2017-05-23.12:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495541373.91.0.0585847197253.issue30416@psf.upfronthosting.co.za>
In-reply-to
Content
After testing on Python 2, I was surprised to discover that this issue was introduced to the 2.x series quite recently: 2.7.11 doesn't have the issue, while 2.7.13 does.

The culprit appears to be this commit: https://github.com/python/cpython/commit/67edf73183b8bf0127456454747f596428cc28f6, introduced as part of issue 27942.
History
Date User Action Args
2017-05-23 12:09:34mark.dickinsonsetrecipients: + mark.dickinson, dalke, pitrou, serhiy.storchaka, Jim Fasarakis-Hilliard
2017-05-23 12:09:33mark.dickinsonsetmessageid: <1495541373.91.0.0585847197253.issue30416@psf.upfronthosting.co.za>
2017-05-23 12:09:33mark.dickinsonlinkissue30416 messages
2017-05-23 12:09:33mark.dickinsoncreate