commit | 1206a933cc0f485cc8764daba5564bf9677d8e02 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Sep 30 11:22:35 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Sep 30 11:22:35 2006 +0000 |
tree | abfcdc83a8ec496787900c0bb0954d428b6aaaee | |
parent | 6d7c36332f3ad9a2214ef9531ea0d5dc0cb9c765 [diff] [blame] |
Bug #1446043: correctly raise a LookupError if an encoding name given to encodings.search_function() contains a dot. (backport from rev. 52075)
diff --git a/Misc/NEWS b/Misc/NEWS index 55ef60f..c3cf131 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,9 @@ 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.