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 vstinner
Recipients ezio.melotti, methane, serhiy.storchaka, vstinner
Date 2015-10-01.12:01:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443700886.89.0.860875517275.issue25267@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, there is a bug in utf8_encoder() (not in my patch!), newpos was not used after calling the error handler. It's now fixed in the new patch.
History
Date User Action Args
2015-10-01 12:01:26vstinnersetrecipients: + vstinner, ezio.melotti, methane, serhiy.storchaka
2015-10-01 12:01:26vstinnersetmessageid: <1443700886.89.0.860875517275.issue25267@psf.upfronthosting.co.za>
2015-10-01 12:01:26vstinnerlinkissue25267 messages
2015-10-01 12:01:26vstinnercreate