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 ncoghlan
Recipients Zoinkity.., berker.peksag, docs@python, doerwalter, ezio.melotti, lemburg, martin.panter, ncoghlan, vstinner, zuo
Date 2014-12-29.09:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419844235.65.0.616803684977.issue19548@psf.upfronthosting.co.za>
In-reply-to
Content
I started making a few edits based on Zuo and Walter's comments while getting this patch ready for merging, and decided the end result could benefit from an additional round of feedback before committing it.

This particular patch is also aimed at the Python 3.4 maintenance branch rather than at trunk - the introduction of the new namereplace error handler in 3.5 means that the previous patch didn't apply cleanly to the maintenance branch.

While Zoinkity's feedback is also valid (i.e. multibyte codecs aren't documented properly, custom codec registration is both harder than it really should be and not well documented), I think those are better filed and handled as separate issues, rather than trying to handle them here as part of the general "bring the current content of the codec module documentation up to date with the current state of Python 3".
History
Date User Action Args
2014-12-29 09:10:37ncoghlansetrecipients: + ncoghlan, lemburg, doerwalter, vstinner, ezio.melotti, zuo, docs@python, berker.peksag, martin.panter, Zoinkity..
2014-12-29 09:10:35ncoghlansetmessageid: <1419844235.65.0.616803684977.issue19548@psf.upfronthosting.co.za>
2014-12-29 09:10:35ncoghlanlinkissue19548 messages
2014-12-29 09:10:24ncoghlancreate