summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-09-30 11:22:28 (GMT)
committerGeorg Brandl <georg@python.org>2006-09-30 11:22:28 (GMT)
commita92979a1db11ca42e78390fead218afbefb61587 (patch)
tree31ffb065545fb96984f78853787b60e790bf370c /Misc
parent4ddfcd3b60b2c68f75a21a4f04b4a0f70caca7d5 (diff)
downloadcpython-a92979a1db11ca42e78390fead218afbefb61587.zip
cpython-a92979a1db11ca42e78390fead218afbefb61587.tar.gz
cpython-a92979a1db11ca42e78390fead218afbefb61587.tar.bz2
Bug #1446043: correctly raise a LookupError if an encoding name given
to encodings.search_function() contains a dot.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cbb01c..e3abddc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Core and builtins
Library
-------
+- Bug #1446043: correctly raise a LookupError if an encoding name given
+ to encodings.search_function() contains a dot.
+
- Bug #1560617: in pyclbr, return full module name not only for classes,
but also for functions.