commit | 438818b4b090e88e5ae2e19da127d17cf2bf1de2 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Thu Oct 06 14:41:30 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Thu Oct 06 14:41:30 2011 -0700 |
tree | a86a12cf774461a4afa2b6f3a851f0fcfca2d24e | |
parent | 94030712770513a26bbe80346168b340dc6a16f3 [diff] | |
parent | 7b847a46bca22797fcb3149d5e52627fc439ba18 [diff] |
Issue #7367: merge from 3.2
diff --git a/Misc/NEWS b/Misc/NEWS index e0fea0a..7432f59 100644 --- 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.