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 benjamin.peterson, ezio.melotti, pkt, python-dev, serhiy.storchaka, vstinner
Date 2014-10-15.15:49:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141015154925.115595.66637@psf.io>
In-reply-to
Content
New changeset 449b1f427cc7 by Benjamin Peterson in branch '3.3':
fix integer overflow in unicode case operations (closes #22643)
https://hg.python.org/cpython/rev/449b1f427cc7

New changeset 570e70252d5d by Benjamin Peterson in branch '3.4':
merge 3.3 (#22643)
https://hg.python.org/cpython/rev/570e70252d5d

New changeset c2980ec10a4c by Benjamin Peterson in branch 'default':
merge 3.4 (#22643)
https://hg.python.org/cpython/rev/c2980ec10a4c
History
Date User Action Args
2014-10-15 15:49:51python-devsetrecipients: + python-dev, vstinner, benjamin.peterson, ezio.melotti, serhiy.storchaka, pkt
2014-10-15 15:49:51python-devlinkissue22643 messages
2014-10-15 15:49:51python-devcreate