diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-23 16:14:33 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-23 16:14:33 (GMT) |
commit | 932073a1695454708fee8acba2fec2a6802d5421 (patch) | |
tree | 78cc639ed9df1577efba061cc4ea496840c6dfb6 /Misc | |
parent | 971e51be7e2ab1743ed73723596e2d9c15318491 (diff) | |
download | cpython-932073a1695454708fee8acba2fec2a6802d5421.zip cpython-932073a1695454708fee8acba2fec2a6802d5421.tar.gz cpython-932073a1695454708fee8acba2fec2a6802d5421.tar.bz2 |
remove the fullinstall target since py3k will always be known as python3 #6047
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -60,6 +60,11 @@ Library - Issue 5955: aifc's close method did not close the file it wrapped, now it does. This also means getfp method now returns the real fp. +Installation +------------ + +- Issue #6047: fullinstall has been removed because Python 3's executable will + now be known as python3. Extension Modules ----------------- |