diff options
author | Ned Deily <nad@acm.org> | 2011-10-06 21:41:30 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-10-06 21:41:30 (GMT) |
commit | 438818b4b090e88e5ae2e19da127d17cf2bf1de2 (patch) | |
tree | a86a12cf774461a4afa2b6f3a851f0fcfca2d24e /Misc | |
parent | 94030712770513a26bbe80346168b340dc6a16f3 (diff) | |
parent | 7b847a46bca22797fcb3149d5e52627fc439ba18 (diff) | |
download | cpython-438818b4b090e88e5ae2e19da127d17cf2bf1de2.zip cpython-438818b4b090e88e5ae2e19da127d17cf2bf1de2.tar.gz cpython-438818b4b090e88e5ae2e19da127d17cf2bf1de2.tar.bz2 |
Issue #7367: merge from 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |