From: Jason R. Coombs Date: Sat, 2 Nov 2013 17:00:01 +0000 (-0400) Subject: Update NEWS for 265d369ad3b9. X-Git-Tag: v3.3.4rc1~71^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32bf5e1273621c926e21274afec12f4fea97fb03;p=thirdparty%2FPython%2Fcpython.git Update NEWS for 265d369ad3b9. --- diff --git a/Misc/NEWS b/Misc/NEWS index e8054cf20290..96e30ddef1f1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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