]> granicus.if.org Git - python/commit
Add IANA character set aliases to the encodings alias dictionary
authorMarc-André Lemburg <mal@egenix.com>
Sun, 10 Feb 2002 21:36:20 +0000 (21:36 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sun, 10 Feb 2002 21:36:20 +0000 (21:36 +0000)
commit462004e90a90928b74b1eb5b62f023de634f48ac
treed8e9aa90959960c45675659b1933fe7f8b14ffd5
parente92e0a944e8885d615b30bb11809fec6eb815e6f
Add IANA character set aliases to the encodings alias dictionary
and make alias lookup lazy.

Note that only those IANA character set aliases were added for which
we actually have codecs in the encodings package.
Lib/encodings/__init__.py
Lib/encodings/aliases.py