From: Jason R. Coombs Date: Sat, 2 Nov 2013 15:43:40 +0000 (-0400) Subject: Update NEWS X-Git-Tag: v2.7.8~307^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42fa9ec0505d33ff8acfc64ea19ad0d25a4d8d37;p=thirdparty%2FPython%2Fcpython.git Update NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 72d1ccc0c9b6..b5b355f2ff40 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,9 @@ Core and Builtins Library ------- +- Issue #19286: Directories in ``package_data`` are no longer added to + the filelist, preventing failure outlined in the ticket. + Tests -----