Message 348953 - Python tracker
Message348953
| Author | qigangxu |
|---|---|
| Recipients | ezio.melotti, qigangxu, vstinner |
| Date | 2019-08-03.11:34:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1564832053.37.0.298269063007.issue37751@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
In codecs.c, when _PyCodec_Lookup() call normalizestring(), both spaces and hyphens should be convered to underscores. Not convert spaces to hyphens. see:https://github.com/python/peps/blob/master/pep-0100.txt, Codecs (Coder/Decoders) Lookup |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-08-03 11:34:13 | qigangxu | set | recipients: + qigangxu, vstinner, ezio.melotti |
| 2019-08-03 11:34:13 | qigangxu | set | messageid: <1564832053.37.0.298269063007.issue37751@roundup.psfhosted.org> |
| 2019-08-03 11:34:13 | qigangxu | link | issue37751 messages |
| 2019-08-03 11:34:13 | qigangxu | create | |