Marc-Andre Lemburg <m...@egenix.com> added the comment:
On 23.04.2021 07:47, Inada Naoki wrote: > > Inada Naoki <songofaca...@gmail.com> added the comment: > > I think it is too late. Python 3.9 has been released already. Reverting the > change is also breaking change. > > PEP 100 says: > "Search functions are expected to take one argument, the encoding name in all > lower case letters and with hyphens and spaces converted to underscores" > https://www.python.org/dev/peps/pep-0100/#codecs-coder-decoders-lookup > > But codecs.register() says: > "Search functions are expected to take one argument, being the encoding name > in all lower case letters". > > I don't know historical reason why two document are inconsistent. > https://docs.python.org/3/library/codecs.html#codecs.register I guess just an oversight on my part. PEP 100 is certainly what I meant and implemented. I should have also made it clear in PEP 100 that I meant lower case ASCII letters. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37751> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com