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 python-dev
Recipients ezio.melotti, josh.r, methane, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-11-16.14:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161116141328.106564.48578.1E88F1C8@psf.io>
In-reply-to
Content
New changeset b607f835f170 by Serhiy Storchaka in branch '3.5':
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
https://hg.python.org/cpython/rev/b607f835f170

New changeset 1369e51182b7 by Serhiy Storchaka in branch '3.6':
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
https://hg.python.org/cpython/rev/1369e51182b7

New changeset ba14f8b61bd8 by Serhiy Storchaka in branch 'default':
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
https://hg.python.org/cpython/rev/ba14f8b61bd8
History
Date User Action Args
2016-11-16 14:13:31python-devsetrecipients: + python-dev, vstinner, ezio.melotti, methane, serhiy.storchaka, josh.r, xiang.zhang
2016-11-16 14:13:31python-devlinkissue28701 messages
2016-11-16 14:13:31python-devcreate