]> granicus.if.org Git - python/commit
Bug #1446043: correctly raise a LookupError if an encoding name given
authorGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 11:22:35 +0000 (11:22 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 11:22:35 +0000 (11:22 +0000)
commit1206a933cc0f485cc8764daba5564bf9677d8e02
treeabfcdc83a8ec496787900c0bb0954d428b6aaaee
parent6d7c36332f3ad9a2214ef9531ea0d5dc0cb9c765
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