summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-10-06 14:29:49 -0700
committerNed Deily <nad@acm.org>2011-10-06 14:29:49 -0700
commitbd9d07c1dd3f37cafbe462eb1d5c4ea589c999a8 (patch)
treeb6dfbba123ef4d4b3bf653f478a34d4aedb6ccbf
parent777f2e04ea89262060a4955721394147388882a1 (diff)
downloadcpython-git-bd9d07c1dd3f37cafbe462eb1d5c4ea589c999a8.tar.gz
Issue #7425 and Issue #7367: add NEWS items.
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d89ef68e70..a69d579483 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.