From: Antoine Pitrou Date: Sat, 12 Nov 2011 00:22:11 +0000 (+0100) Subject: Add NEWS entry for #13193 X-Git-Tag: v3.2.3rc1~394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3714c1ebfd12e99e9bf95b9d9867aca3872bce55;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for #13193 --- diff --git a/Misc/NEWS b/Misc/NEWS index b1710d88bf7d..6f526f604799 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -73,6 +73,9 @@ Core and Builtins Library ------- +- Issue #13193: Fix distutils.filelist.FileList under Windows. The + "recursive-include" directive now recognizes both legal path separators. + - Issue #13384: Remove unnecessary __future__ import in Lib/random.py - Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely