]> granicus.if.org Git - python/commitdiff
Issue #7367: add NEWS item.
authorNed Deily <nad@acm.org>
Thu, 6 Oct 2011 21:31:14 +0000 (14:31 -0700)
committerNed Deily <nad@acm.org>
Thu, 6 Oct 2011 21:31:14 +0000 (14:31 -0700)
Misc/NEWS

index 67227b118c27b5e6f589e92ccb3a5b1a59c7c63a..44435fef36d50021af719303cea50751683c6a08 100644 (file)
--- 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.