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 docs@python, ncoghlan, zuo
Date 2013-11-16.13:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384608302.39.0.349312640487.issue19548@psf.upfronthosting.co.za>
In-reply-to
Content
Another big one: the encodings module API is not documented in the prose docs, and nor is the interface between the default search function and the individual encoding definitions. There's some decent info in help(encoding) though.

The interaction with the import system could also be documented better - you can actually blacklist codecs by manipulating sys.modules and the encodings namespace, and you can search additional locations for codec modules by manipulating encodings.__path__ (even without it being declared as a namespace package)
History
Date User Action Args
2013-11-16 13:25:02ncoghlansetrecipients: + ncoghlan, zuo, docs@python
2013-11-16 13:25:02ncoghlansetmessageid: <1384608302.39.0.349312640487.issue19548@psf.upfronthosting.co.za>
2013-11-16 13:25:02ncoghlanlinkissue19548 messages
2013-11-16 13:25:02ncoghlancreate