[Python-checkins] cpython (3.2): Add NEWS entry for #13193

antoine.pitrou python-checkins at python.org
Sat Nov 12 01:38:40 CET 2011


http://hg.python.org/cpython/rev/80d5040f2a78
changeset:   73516:80d5040f2a78
branch:      3.2
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Nov 12 01:22:11 2011 +0100
summary:
  Add NEWS entry for #13193

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list