commit | 69a106ab41424dfcffb5cb7169459ea66b65ad3a | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Mon Nov 22 02:08:49 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Mon Nov 22 02:08:49 2010 +0000 |
tree | db6e903c11796488ca0ee1bf3cd49bd8d9b345b0 | |
parent | ad36a291e002637f5af14d829d95ab6454501aee [diff] [blame] |
Backport the distutils part of r83399 to fix #7645.
diff --git a/Misc/NEWS b/Misc/NEWS index fc40da5..315b556 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Build ----- +- Backport r83399 to allow test_distutils to pass on installed versions. + - Issue #1303434: Generate ZIP file containing all PDBs. Tests