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 martin.panter
Recipients BreamoreBoy, docs@python, lemburg, martin.panter, ncoghlan, zuo
Date 2014-01-05.13:51:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388929911.53.0.307323221469.issue19548@psf.upfronthosting.co.za>
In-reply-to
Content
Addition to the list of improvements:

* Under codecs.IncrementalEncoder.reset() it mentions calling encode('', final=True). This call does not work as written for the byte encoders in my experience, because they do not accept empty text strings. Perhaps it should just say to use the final=True flag with no data.
History
Date User Action Args
2014-01-05 13:51:51martin.pantersetrecipients: + martin.panter, lemburg, ncoghlan, zuo, docs@python, BreamoreBoy
2014-01-05 13:51:51martin.pantersetmessageid: <1388929911.53.0.307323221469.issue19548@psf.upfronthosting.co.za>
2014-01-05 13:51:51martin.panterlinkissue19548 messages
2014-01-05 13:51:51martin.pantercreate