summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-10-06 21:41:30 (GMT)
committerNed Deily <nad@acm.org>2011-10-06 21:41:30 (GMT)
commit438818b4b090e88e5ae2e19da127d17cf2bf1de2 (patch)
treea86a12cf774461a4afa2b6f3a851f0fcfca2d24e /Misc
parent94030712770513a26bbe80346168b340dc6a16f3 (diff)
parent7b847a46bca22797fcb3149d5e52627fc439ba18 (diff)
downloadcpython-438818b4b090e88e5ae2e19da127d17cf2bf1de2.zip
cpython-438818b4b090e88e5ae2e19da127d17cf2bf1de2.tar.gz
cpython-438818b4b090e88e5ae2e19da127d17cf2bf1de2.tar.bz2
Issue #7367: merge from 3.2
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 e0fea0a..7432f59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -297,6 +297,9 @@ Core and Builtins
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.