summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-25 16:26:44 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-25 16:26:44 (GMT)
commitf71654521b49dfa84856ec41d1de47f729205ae1 (patch)
treef1f5ddd2571324b3b9628f90ac1d5574fb4e4c18 /Misc/NEWS
parentc071a613df254f6c38427ca8ed47553f7a458a59 (diff)
parente7295a76357aea6cc479f62b0aa1e93543e2aa53 (diff)
downloadcpython-f71654521b49dfa84856ec41d1de47f729205ae1.zip
cpython-f71654521b49dfa84856ec41d1de47f729205ae1.tar.gz
cpython-f71654521b49dfa84856ec41d1de47f729205ae1.tar.bz2
Merge from 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 69e4d30..239fc6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -498,6 +498,9 @@ Core and Builtins
Library
-------
+- Issue #13447: Add a test file to host regression tests for bugs in the
+ scripts found in the Tools directory.
+
- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
on Windows.