Message 370617 - Python tracker
Message370617
| Author | SilentGhost |
|---|---|
| Recipients | Roman Akopov, SilentGhost, ezio.melotti, vstinner |
| Date | 2020-06-02.18:40:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1591123211.69.0.301935237854.issue40845@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
For the record:
>>> 'ꮳꮃꭹ'.encode('punycode')
b'tz9ata7l'
>>> '\u13e3\u13b3\u13a9'.encode('punycode')
b'f9dt7l'
Also, your unicode-escaped string is an upper-cased version of the first string. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-06-02 18:40:11 | SilentGhost | set | recipients: + SilentGhost, vstinner, ezio.melotti, Roman Akopov |
| 2020-06-02 18:40:11 | SilentGhost | set | messageid: <1591123211.69.0.301935237854.issue40845@roundup.psfhosted.org> |
| 2020-06-02 18:40:11 | SilentGhost | link | issue40845 messages |
| 2020-06-02 18:40:11 | SilentGhost | create | |