From 7b847a46bca22797fcb3149d5e52627fc439ba18 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 6 Oct 2011 14:31:14 -0700 Subject: [PATCH] Issue #7367: add NEWS item. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 67227b118c..44435fef36 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. -- 2.40.0