diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-02 17:00:01 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-02 17:00:01 (GMT) |
commit | 32bf5e1273621c926e21274afec12f4fea97fb03 (patch) | |
tree | 7d35a4d8f09d85835b094ce306f6e0db76d6235e | |
parent | bd26d86d7458897b681b3a5d614cfd6e42eb70cb (diff) | |
download | cpython-32bf5e1273621c926e21274afec12f4fea97fb03.zip cpython-32bf5e1273621c926e21274afec12f4fea97fb03.tar.gz cpython-32bf5e1273621c926e21274afec12f4fea97fb03.tar.bz2 |
Update NEWS for 265d369ad3b9.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2.6? Library ------- +- Issue #19286: Directories in ``package_data`` are no longer added to + the filelist, preventing failure outlined in the ticket. + - Issue #19435: Fix directory traversal attack on CGIHttpRequestHandler. - Issue #14984: On POSIX systems, when netrc is called without a filename |