From: Éric Araujo Date: Sat, 25 Feb 2012 15:57:39 +0000 (+0100) Subject: Add news entry for previous commit X-Git-Tag: v3.3.0a1~64^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7295a76357aea6cc479f62b0aa1e93543e2aa53;p=thirdparty%2FPython%2Fcpython.git Add news entry for previous commit --- diff --git a/Misc/NEWS b/Misc/NEWS index 329770f40cd4..0375ff3d0d51 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.