diff options
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) |
commit | f71654521b49dfa84856ec41d1de47f729205ae1 (patch) | |
tree | f1f5ddd2571324b3b9628f90ac1d5574fb4e4c18 /Misc/NEWS | |
parent | c071a613df254f6c38427ca8ed47553f7a458a59 (diff) | |
parent | e7295a76357aea6cc479f62b0aa1e93543e2aa53 (diff) | |
download | cpython-f71654521b49dfa84856ec41d1de47f729205ae1.zip cpython-f71654521b49dfa84856ec41d1de47f729205ae1.tar.gz cpython-f71654521b49dfa84856ec41d1de47f729205ae1.tar.bz2 |
Merge from 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |