]> granicus.if.org Git - python/commit
Fix the encodings package codec search function to only search
authorMarc-André Lemburg <mal@egenix.com>
Sun, 19 Feb 2006 15:22:22 +0000 (15:22 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sun, 19 Feb 2006 15:22:22 +0000 (15:22 +0000)
commitfe4b34cc4b3d4c91497460d64c8ed1fe7a983689
tree8fd4ca881b132668b1098cecb6ca710a962c30cc
parentc3e950cbf3ff3b44999356a046ab5b10a5bc7612
Fix the encodings package codec search function to only search
inside its own package. Fixes problem reported in patch #1433198.

Add codec search function for codec test codec.
Lib/encodings/__init__.py
Lib/test/test_charmapcodec.py
Misc/NEWS