diff options
author | Georg Brandl <georg@python.org> | 2010-12-28 09:51:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-28 09:51:43 (GMT) |
commit | ff52f76019816be0fb590a294486a33cf1ee93f7 (patch) | |
tree | cb1b757f5b182948324792c821408337837ec207 /Misc/NEWS | |
parent | 15641925b81efec984a2844276edc5c07c2eebff (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? ================================ |