summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-02 17:01:46 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2013-11-02 17:01:46 (GMT)
commitca9242f4f9c5bd496b578a4a2b2ed5fa91d94095 (patch)
treec0f12b4395f5bf56f6fd7c88971501e46f84fd15 /Misc
parent0aade6258c424799282f5ff82d5997a008168b35 (diff)
parent32bf5e1273621c926e21274afec12f4fea97fb03 (diff)
downloadcpython-ca9242f4f9c5bd496b578a4a2b2ed5fa91d94095.zip
cpython-ca9242f4f9c5bd496b578a4a2b2ed5fa91d94095.tar.gz
cpython-ca9242f4f9c5bd496b578a4a2b2ed5fa91d94095.tar.bz2
Merge with 3.2 for Issue #19286.
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 af7b994..ab1b981 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
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.
Tests