From: Georg Brandl Date: Wed, 26 Jul 2006 07:23:32 +0000 (+0000) Subject: NEWS entry for #1525766. X-Git-Tag: v2.5b3~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf0c1729dc29fdc422f817760b8f76978fb0fa39;p=python NEWS entry for #1525766. --- diff --git a/Misc/NEWS b/Misc/NEWS index f0f02766a8..b99ba1e829 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