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 lemburg
Recipients ezio.melotti, fbidu, lemburg, loewis, zwol
Date 2018-11-02.08:39:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541147970.42.0.788709270274.issue25416@psf.upfronthosting.co.za>
In-reply-to
Content
Please note that we can only add aliases if the encodings are indeed the same. Given that WhatWG has made changes to several standard encodings, this is especially important, since our codecs are mostly based on what the Unicode consortium defines as these encodings.

Tests for aliases can be minimal: just verify that the codecs subsystem detects them and results in the correct codec being used. There's no need to download any WhatWG specs for this.
History
Date User Action Args
2018-11-02 08:39:30lemburgsetrecipients: + lemburg, loewis, ezio.melotti, zwol, fbidu
2018-11-02 08:39:30lemburgsetmessageid: <1541147970.42.0.788709270274.issue25416@psf.upfronthosting.co.za>
2018-11-02 08:39:30lemburglinkissue25416 messages
2018-11-02 08:39:30lemburgcreate