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-11.05:27:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7fxCOKky=4+AM4PsAUwjyF5wwCdfdLAvXdKUd6J2XRF6w@mail.gmail.com>
In-reply-to <1384145519.16.0.976214630769.issue19548@psf.upfronthosting.co.za>
Content
A few more:

- codec name normalisation (lower case,  space to hyphen) is not mentioned
in the codecs.register description

- search function registration is not reversible, which doesn't play well
with module reloading

- codecs.CodecInfo init signature is not covered
History
Date User Action Args
2013-11-11 05:27:27ncoghlansetrecipients: + ncoghlan, zuo, docs@python
2013-11-11 05:27:27ncoghlanlinkissue19548 messages
2013-11-11 05:27:27ncoghlancreate