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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42fa9ec0505d33ff8acfc64ea19ad0d25a4d8d37;p=python Update NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 72d1ccc0c9..b5b355f2ff 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 -----