diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -365,6 +365,10 @@ Core and Builtins Library ------- +- Issue #13193: Fix distutils.filelist.FileList and + packaging.manifest.Manifest under Windows. The "recursive-include" + directive now recognizes both legal path separators. + - Issue #13384: Remove unnecessary __future__ import in Lib/random.py - Issue #13149: Speed up append-only StringIO objects. |