summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2006-02-19 15:22:22 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2006-02-19 15:22:22 (GMT)
commitfe4b34cc4b3d4c91497460d64c8ed1fe7a983689 (patch)
tree8fd4ca881b132668b1098cecb6ca710a962c30cc /Misc
parentc3e950cbf3ff3b44999356a046ab5b10a5bc7612 (diff)
downloadcpython-fe4b34cc4b3d4c91497460d64c8ed1fe7a983689.zip
cpython-fe4b34cc4b3d4c91497460d64c8ed1fe7a983689.tar.gz
cpython-fe4b34cc4b3d4c91497460d64c8ed1fe7a983689.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 078f702..32f6047 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,12 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Fix the encodings package codec search function to only search
+ inside its own package. Fixes problem reported in patch #1433198.
+
+ Note: Codec packages should implement and register their own
+ codec search function. PEP 100 has the details.
+
- PEP 353: Using ssize_t as the index type.
- Patch #1400181, fix unicode string formatting to not use the locale.