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 Ringding, belopolsky, dangra, ezio.melotti, lemburg, pitrou, python-dev, serhiy.storchaka, sjmachin, spatz123, vstinner
Date 2012-11-04.21:23:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Xvqkv5SC2zRBH@mail.python.org>
In-reply-to
Content
New changeset 5962f192a483 by Ezio Melotti in branch '3.3':
#8271: the utf-8 decoder now outputs the correct number of U+FFFD  characters when used with the "replace" error handler on invalid utf-8 sequences.  Patch by Serhiy Storchaka, tests by Ezio Melotti.
http://hg.python.org/cpython/rev/5962f192a483

New changeset 5b205fff1972 by Ezio Melotti in branch 'default':
#8271: merge with 3.3.
http://hg.python.org/cpython/rev/5b205fff1972
History
Date User Action Args
2012-11-04 21:23:36python-devsetrecipients: + python-dev, lemburg, sjmachin, belopolsky, pitrou, vstinner, ezio.melotti, Ringding, dangra, spatz123, serhiy.storchaka
2012-11-04 21:23:36python-devlinkissue8271 messages
2012-11-04 21:23:36python-devcreate