Message315270
| Author | Ivan.Pozdeev |
|---|---|
| Recipients | Ivan.Pozdeev, ezio.melotti, nhatcher, vstinner |
| Date | 2018-04-13.22:20:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1523658039.02.0.682650639539.issue33255@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Treating 'utf-8' and its aliases differently (when they specifically mean the Python's, rather than something else's, encoding) is definitely as issue. You shouldn't hardcode a list of aliases though; rather use existing facilities to resolve them. From quick googling, e.g. `codecs.lookup(<encoding>).name` can get the canonical name. Make sure to follow https://devguide.python.org/pullrequest when doing the PR; a test case will likely be needed, too. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-04-13 22:20:39 | Ivan.Pozdeev | set | recipients: + Ivan.Pozdeev, vstinner, ezio.melotti, nhatcher |
| 2018-04-13 22:20:39 | Ivan.Pozdeev | set | messageid: <1523658039.02.0.682650639539.issue33255@psf.upfronthosting.co.za> |
| 2018-04-13 22:20:39 | Ivan.Pozdeev | link | issue33255 messages |
| 2018-04-13 22:20:38 | Ivan.Pozdeev | create | |