This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ezio.melotti, ronaldoussoren, steven.daprano, vstinner, winvinc
Date 2018-06-15.07:53:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529049222.35.0.947875510639.issue33865@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like the following code pages have a Python codec (Lib/encoding/cpXXX.py) but lack an alias in Lib/encodings/aliases.py:

[720, 737, 856, 874, 875, 1006, 65001]

Is someone volunteer to write a pull request for that? It should be easy.

Example of a correct alias in Lib/encodings/aliases.py:

    # cp1252 codec
    '1252'               : 'cp1252',
    'windows_1252'       : 'cp1252',
History
Date User Action Args
2018-06-15 07:53:42vstinnersetrecipients: + vstinner, ronaldoussoren, ezio.melotti, steven.daprano, winvinc
2018-06-15 07:53:42vstinnersetmessageid: <1529049222.35.0.947875510639.issue33865@psf.upfronthosting.co.za>
2018-06-15 07:53:42vstinnerlinkissue33865 messages
2018-06-15 07:53:42vstinnercreate