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 docs@python, ezio.melotti, tyagi221295, vstinner
Date 2015-09-23.22:10:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443046235.73.0.963044105182.issue24894@psf.upfronthosting.co.za>
In-reply-to
Content
Issue24894.patch is wrong: latin is an alias to ISO 8859-1, not to ISO 8859-11.

>>> codecs.lookup('latin').name
'iso8859-1'

iso8859_11 has 3 aliases: thai, iso_8859_11, iso_8859_11_2001. You can mention iso-8859-11 and thai in the doc.
History
Date User Action Args
2015-09-23 22:10:35vstinnersetrecipients: + vstinner, ezio.melotti, docs@python, tyagi221295
2015-09-23 22:10:35vstinnersetmessageid: <1443046235.73.0.963044105182.issue24894@psf.upfronthosting.co.za>
2015-09-23 22:10:35vstinnerlinkissue24894 messages
2015-09-23 22:10:35vstinnercreate