]> granicus.if.org Git - python/commit
Fixed search function error reporting in the encodings package
authorMarc-André Lemburg <mal@egenix.com>
Wed, 19 Sep 2001 11:52:07 +0000 (11:52 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 19 Sep 2001 11:52:07 +0000 (11:52 +0000)
commit816a1b75b76b9b6cb74c3ea43508e3507491638e
tree78780a7398297fe1f40d8e3b81aaafe13fdbaa97
parent494f2aea8e56a73012f7aeb31ecdd14b13c6da59
Fixed search function error reporting in the encodings package
__init__.py module to raise errors which can be catched as LookupErrors
as well as SystemErrors.

Modified the error messages to include more information about the
failing module.
Lib/encodings/__init__.py