From: Ned Deily Date: Thu, 6 Oct 2011 21:29:49 +0000 (-0700) Subject: Issue #7425 and Issue #7367: add NEWS items. X-Git-Tag: v2.7.3rc1~417 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd9d07c1dd3f37cafbe462eb1d5c4ea589c999a8;p=thirdparty%2FPython%2Fcpython.git Issue #7425 and Issue #7367: add NEWS items. --- diff --git a/Misc/NEWS b/Misc/NEWS index d89ef68e70f8..a69d5794837d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -50,6 +50,12 @@ Core and Builtins Library ------- +- Issue #7367: Fix pkgutil.walk_paths to skip directories whose + contents cannot be read. + +- Issue #7425: Prevent pydoc -k failures due to module import errors. + (Backport to 2.7 of existing 3.x fix) + - Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. Reported and diagnosed by Thomas Kluyver.