diff options
author | Brian Curtin <brian.curtin@gmail.com> | 2010-11-22 02:04:33 (GMT) |
---|---|---|
committer | Brian Curtin <brian.curtin@gmail.com> | 2010-11-22 02:04:33 (GMT) |
commit | f213d2317cc167263bb8599e599bddc5537fed1a (patch) | |
tree | 57a34d4bb5ad13a60f1acb71304ccbbfea59bf70 /Misc | |
parent | 9fd9264155169e47c5dcb5f5947490696448af38 (diff) | |
download | cpython-f213d2317cc167263bb8599e599bddc5537fed1a.zip cpython-f213d2317cc167263bb8599e599bddc5537fed1a.tar.gz cpython-f213d2317cc167263bb8599e599bddc5537fed1a.tar.bz2 |
Backport the distutils part of r83399 to fix #7645.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Library Build ----- +- Backport r83399 to allow test_distutils to pass on installed versions. + - Issue #1303434: Generate ZIP file containing all PDBs (already done for rc1). - Stop packaging versioncheck tool (already done for rc1). |