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.

classification
Title: Add aliases for latin7/9/10 charsets
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: cito, georg.brandl
Priority: normal Keywords: patch

Created on 2007-01-13 17:39 by cito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
latin_aliases.patch cito, 2007-01-13 17:39
Messages (2)
msg51735 - (view) Author: Christoph Zwerschke (cito) * Date: 2007-01-13 17:39
This patch adds the latin-7, latin-9 and latin-10 aliases in some places where they were missing (see http://mail.python.org/pipermail/python-list/2006-December/416921.html).
msg51736 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-01-27 18:00
Committed in rev. 53578.

I don't think this is backportable, since it adds a new "feature" -- referring to iso8859-15 by "latin9" for example.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44461
2007-01-13 17:39:40citocreate