summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-25 15:57:39 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-25 15:57:39 (GMT)
commite7295a76357aea6cc479f62b0aa1e93543e2aa53 (patch)
tree83f1677caa028b8c32a5914cfaebcfb9766c407c
parentb46562480b350984e7e81693936d1ed471a96b46 (diff)
downloadcpython-e7295a76357aea6cc479f62b0aa1e93543e2aa53.zip
cpython-e7295a76357aea6cc479f62b0aa1e93543e2aa53.tar.gz
cpython-e7295a76357aea6cc479f62b0aa1e93543e2aa53.tar.bz2
Add news entry for previous commit
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 329770f..0375ff3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,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.