commit | 3714c1ebfd12e99e9bf95b9d9867aca3872bce55 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 12 01:22:11 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 12 01:22:11 2011 +0100 |
tree | 01e6600736f728f8feea1ce8e8d4a7cd12852f96 | |
parent | 8f0ffe587b5287dcac727cad3b8078aa1d85c07d [diff] [blame] |
Add NEWS entry for #13193
diff --git a/Misc/NEWS b/Misc/NEWS index b1710d8..6f526f6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -73,6 +73,9 @@ 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