On 10 January 2018 at 04:16, Nick Coghlan <ncogh...@gmail.com> wrote: > On 10 January 2018 at 13:56, Rob Speer <rsp...@luminoso.com> wrote: >> One other thing I've noticed that's related to the WHATWG encoding list: in >> Python, the encoding name "windows-874" seems to be missing. The _encoding_ >> is there, as "cp874", but "windows-874" doesn't work as an alias for it the >> way that "windows-1252" works as an alias for "cp1252". That alias should be >> added, right? > > Aye, that would make sense.
Agreed - extending the encodings and adding the alias both sound like reasonable enhancements to me. Paul _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/