[Python-checkins] cpython (merge 3.2 -> default): Issue #7367: merge from 3.2

ned.deily python-checkins at python.org
Thu Oct 6 23:43:15 CEST 2011


http://hg.python.org/cpython/rev/0408001e4765
changeset:   72778:0408001e4765
parent:      72775:8bb0000e81e5
parent:      72777:5a4018570a59
user:        Ned Deily <nad at acm.org>
date:        Thu Oct 06 14:41:30 2011 -0700
summary:
  Issue #7367: merge from 3.2

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -297,6 +297,9 @@
 Library
 -------
 
+- Issue #7367: Fix pkgutil.walk_paths to skip directories whose
+  contents cannot be read.
+
 - Issue #3163: The struct module gets new format characters 'n' and 'N'
   supporting C integer types ``ssize_t`` and ``size_t``, respectively.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list