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 Zoinkity..
Recipients Zoinkity.., docs@python, doerwalter, lemburg, martin.panter, ncoghlan, zuo
Date 2014-06-05.18:40:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401993634.68.0.945141699111.issue19548@psf.upfronthosting.co.za>
In-reply-to
Content
One glaring omission is any information about multibyte codecs--the class, its methods, and how to even define one.  

Also, the primary use for codecs.register would be to append a single codec to the lookup registry.  Simple usage of the method only provides lookup for the provided codecs and will not include regularly-accessible ones such as "utf-8".  It would be enormously helpful to provide an example of proper, safe usage.
History
Date User Action Args
2014-06-05 18:40:34Zoinkity..setrecipients: + Zoinkity.., lemburg, doerwalter, ncoghlan, zuo, docs@python, martin.panter
2014-06-05 18:40:34Zoinkity..setmessageid: <1401993634.68.0.945141699111.issue19548@psf.upfronthosting.co.za>
2014-06-05 18:40:34Zoinkity..linkissue19548 messages
2014-06-05 18:40:34Zoinkity..create