summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-26 07:23:32 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-26 07:23:32 (GMT)
commitcf0c1729dc29fdc422f817760b8f76978fb0fa39 (patch)
treee6f983d6b53ff6920dc95a314a9790b3666f7cd0 /Misc
parentd92ae78bdbab63a68e88fb561a2bc9555d8cef6c (diff)
downloadcpython-cf0c1729dc29fdc422f817760b8f76978fb0fa39.zip
cpython-cf0c1729dc29fdc422f817760b8f76978fb0fa39.tar.gz
cpython-cf0c1729dc29fdc422f817760b8f76978fb0fa39.tar.bz2
NEWS entry for #1525766.
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 f0f0276..b99ba1e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,9 @@ Core and builtins
Library
-------
+- Patch #1525766: In pkgutil.walk_packages, correctly pass the onerror callback
+ to recursive calls and call it with the failing package name.
+
- Bug #1525817: Don't truncate short lines in IDLE's tool tips.
- Patch #1515343: Fix printing of deprecated string exceptions with a