[docs] [issue19548] 'codecs' module docs improvements

Zoinkity . report at bugs.python.org
Thu Jun 5 20:40:34 CEST 2014


Zoinkity . added the comment:

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.

----------
nosy: +Zoinkity..

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19548>
_______________________________________


More information about the docs mailing list