summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-10-06 21:31:14 (GMT)
committerNed Deily <nad@acm.org>2011-10-06 21:31:14 (GMT)
commit7b847a46bca22797fcb3149d5e52627fc439ba18 (patch)
tree8db80277de623a419c5056d68e3c16bd40869fcc /Misc
parented27df7aaa844d124d8ee25aa93ef74dfac5b191 (diff)
downloadcpython-7b847a46bca22797fcb3149d5e52627fc439ba18.zip
cpython-7b847a46bca22797fcb3149d5e52627fc439ba18.tar.gz
cpython-7b847a46bca22797fcb3149d5e52627fc439ba18.tar.bz2
Issue #7367: add NEWS item.
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 67227b1..44435fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Core and Builtins
Library
-------
+- Issue #7367: Fix pkgutil.walk_paths to skip directories whose
+ contents cannot be read.
+
- Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Reported and diagnosed by Thomas Kluyver.