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 Zoinkity.., berker.peksag, docs@python, doerwalter, lemburg, martin.panter, ncoghlan, zuo
Date 2014-12-22.11:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419249072.56.0.121390982512.issue19548@psf.upfronthosting.co.za>
In-reply-to
Content
Adding patch v2 after learning how to compile the docs and fixing my errors. I also simplified the descriptions of the CodecInfo attributes by defering the constructor signatures to where they are fully defined under “Codec base classes”, and merged the list of error handlers there as well.

A side effect of merging error handler lists is that “surrogatepass” is now defined for codecs in general, not just Codec.encode() and decode().

Also I noticed that “unicode_escape” actually does Latin-1 decoding.
History
Date User Action Args
2014-12-22 11:51:14martin.pantersetrecipients: + martin.panter, lemburg, doerwalter, ncoghlan, zuo, docs@python, berker.peksag, Zoinkity..
2014-12-22 11:51:12martin.pantersetmessageid: <1419249072.56.0.121390982512.issue19548@psf.upfronthosting.co.za>
2014-12-22 11:51:12martin.panterlinkissue19548 messages
2014-12-22 11:51:12martin.pantercreate