]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Let the default encodings search function lookup aliases before trying the codec...
authorMarc-André Lemburg <mal@egenix.com>
Tue, 20 Jan 2004 09:40:14 +0000 (09:40 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 20 Jan 2004 09:40:14 +0000 (09:40 +0000)
commitc83dddf7fe7449d13435874da973c04946650a3d
treed511c307a2904706435bd78ec4d1b7faca8edf14
parent5c94d3307709726fd2a8e677e22c9370ec574a76
Let the default encodings search function lookup aliases before trying the codec import. This allows applications to install codecs which override (non-special-cased) builtin codecs.
Lib/encodings/__init__.py