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 amaury.forgeotdarc, benjamin.peterson, ezio.melotti, lemburg, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-09-23.18:01:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XPxDl4DNhzQyr@mail.python.org>
In-reply-to
Content
New changeset 620d23f7ad41 by Antoine Pitrou in branch '3.2':
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
http://hg.python.org/cpython/rev/620d23f7ad41

New changeset c64dec45d46f by Antoine Pitrou in branch 'default':
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
http://hg.python.org/cpython/rev/c64dec45d46f
History
Date User Action Args
2012-09-23 18:01:13python-devsetrecipients: + python-dev, lemburg, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson, ezio.melotti, serhiy.storchaka
2012-09-23 18:01:12python-devlinkissue15379 messages
2012-09-23 18:01:12python-devcreate