summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-28 09:51:43 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-28 09:51:43 (GMT)
commitff52f76019816be0fb590a294486a33cf1ee93f7 (patch)
treecb1b757f5b182948324792c821408337837ec207 /Misc/NEWS
parent15641925b81efec984a2844276edc5c07c2eebff (diff)
downloadcpython-ff52f76019816be0fb590a294486a33cf1ee93f7.zip
cpython-ff52f76019816be0fb590a294486a33cf1ee93f7.tar.gz
cpython-ff52f76019816be0fb590a294486a33cf1ee93f7.tar.bz2
#10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d2085a..8acc9e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,12 @@ Library
- Deprecated assertDictContainsSubclass() in the unittest module.
+Build
+-----
+
+- Issue #10679: The "idle", "pydoc" and "2to3" scripts are now installed with
+ a version-specific suffix on "make altinstall".
+
What's New in Python 3.2 Beta 2?
================================