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 doerwalter, eric.araujo, ezio.melotti, lemburg, loewis, python-dev, serhiy.storchaka, vstinner
Date 2013-01-15.13:40:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Ylt2k0BkLzNlw@mail.python.org>
In-reply-to
Content
New changeset 33a8ef498b1e by Serhiy Storchaka in branch '2.7':
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
http://hg.python.org/cpython/rev/33a8ef498b1e

New changeset 13cd78a2a17b by Serhiy Storchaka in branch '3.2':
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
http://hg.python.org/cpython/rev/13cd78a2a17b

New changeset 6ac4f1609847 by Serhiy Storchaka in branch '3.3':
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
http://hg.python.org/cpython/rev/6ac4f1609847

New changeset 03e22cc9407a by Serhiy Storchaka in branch 'default':
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
http://hg.python.org/cpython/rev/03e22cc9407a
History
Date User Action Args
2013-01-15 13:40:03python-devsetrecipients: + python-dev, lemburg, loewis, doerwalter, vstinner, ezio.melotti, eric.araujo, serhiy.storchaka
2013-01-15 13:40:02python-devlinkissue14850 messages
2013-01-15 13:40:01python-devcreate