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, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-04-05.09:56:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3g1D1t5Jvlz7LjM@mail.python.org>
In-reply-to
Content
New changeset cca6b056236a by Victor Stinner in branch 'default':
Issue #21118: Optimize str.translate() for ASCII => ASCII translation
http://hg.python.org/cpython/rev/cca6b056236a

New changeset 6a347c0ffbfc by Victor Stinner in branch 'default':
Issue #21118: Add unit test for invalid character replacement (code point higher than U+10ffff)
http://hg.python.org/cpython/rev/6a347c0ffbfc
History
Date User Action Args
2014-04-05 09:56:51python-devsetrecipients: + python-dev, pitrou, vstinner, ezio.melotti, serhiy.storchaka, josh.r
2014-04-05 09:56:51python-devlinkissue21118 messages
2014-04-05 09:56:51python-devcreate