]> 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:28 +0000 (11:22 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 11:22:28 +0000 (11:22 +0000)
commita92979a1db11ca42e78390fead218afbefb61587
tree31ffb065545fb96984f78853787b60e790bf370c
parent4ddfcd3b60b2c68f75a21a4f04b4a0f70caca7d5
Bug #1446043: correctly raise a LookupError if an encoding name given
to encodings.search_function() contains a dot.
Lib/encodings/__init__.py
Misc/NEWS