summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-11-22 02:04:33 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-11-22 02:04:33 (GMT)
commitf213d2317cc167263bb8599e599bddc5537fed1a (patch)
tree57a34d4bb5ad13a60f1acb71304ccbbfea59bf70 /Misc/NEWS
parent9fd9264155169e47c5dcb5f5947490696448af38 (diff)
downloadcpython-f213d2317cc167263bb8599e599bddc5537fed1a.zip
cpython-f213d2317cc167263bb8599e599bddc5537fed1a.tar.gz
cpython-f213d2317cc167263bb8599e599bddc5537fed1a.tar.bz2
Backport the distutils part of r83399 to fix #7645.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f95814..53b18d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).