]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1446043: correctly raise a LookupError if an encoding name given
authorGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 11:22:31 +0000 (11:22 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 11:22:31 +0000 (11:22 +0000)
commitcae0a86962c8100f582bd3c5e0e1182dba3be781
treeb3f527e1e5dd26f96d9958aff589ce7e40ef602f
parent16e469b249be360094eca7129794e4a15b308301
Bug #1446043: correctly raise a LookupError if an encoding name given
to encodings.search_function() contains a dot.
 (backport from rev. 52075)
Lib/encodings/__init__.py
Misc/NEWS