summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-23 16:14:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-23 16:14:33 (GMT)
commit932073a1695454708fee8acba2fec2a6802d5421 (patch)
tree78cc639ed9df1577efba061cc4ea496840c6dfb6 /Misc
parent971e51be7e2ab1743ed73723596e2d9c15318491 (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d57693..85245fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------------