Message 391653 - Python tracker
Message391653
| Author | methane |
|---|---|
| Recipients | akdor1154, ezio.melotti, hroncok, lemburg, methane, qigangxu, shihai1991, vstinner |
| Date | 2021-04-23.05:47:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1619156853.14.0.898620471079.issue37751@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-23 05:47:33 | methane | set | recipients: + methane, lemburg, vstinner, ezio.melotti, hroncok, shihai1991, qigangxu, akdor1154 |
| 2021-04-23 05:47:33 | methane | set | messageid: <1619156853.14.0.898620471079.issue37751@roundup.psfhosted.org> |
| 2021-04-23 05:47:33 | methane | link | issue37751 messages |
| 2021-04-23 05:47:32 | methane | create | |