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 amaury.forgeotdarc, arigo, gz, hyeshik.chang, lemburg, vstinner
Date 2011-05-25.22:31:04
SpamBayes Score 0.0045111463
Marked as misclassified No
Message-id <1306362665.49.0.256134759775.issue12171@psf.upfronthosting.co.za>
In-reply-to
Content
cjk_encreset.patch: Fix multibytecodec.MultibyteIncrementalEncoder.reset(), call encreset() instead of decreset(). Improve also incremental encoder tests: reset the encoder using .encode('', final=True) and check the output.

I also prefer to reuse the existing API instead of changing reset() API just for a corner case.
History
Date User Action Args
2011-05-25 22:31:05vstinnersetrecipients: + vstinner, lemburg, arigo, amaury.forgeotdarc, hyeshik.chang, gz
2011-05-25 22:31:05vstinnersetmessageid: <1306362665.49.0.256134759775.issue12171@psf.upfronthosting.co.za>
2011-05-25 22:31:04vstinnerlinkissue12171 messages
2011-05-25 22:31:04vstinnercreate