summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-09 18:32:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-09 18:32:48 (GMT)
commit6001b0b65cd27e472cc959201425a5810d770d30 (patch)
tree8fdd74b5058eaa17cd10d4d8eb46d26f15bc63ca /Misc
parent8617161a2a11102a3fe08f8b1bfde2df0aff1304 (diff)
downloadcpython-6001b0b65cd27e472cc959201425a5810d770d30.zip
cpython-6001b0b65cd27e472cc959201425a5810d770d30.tar.gz
cpython-6001b0b65cd27e472cc959201425a5810d770d30.tar.bz2
Remove spurious newlines, and add version number.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 2 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6536dcc..8e89c59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,8 +4,8 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python Release Candidate 1?
-=========================================
+What's New in Python 2.7 Release Candidate 1?
+=============================================
*Release date: XXXX-XX-XX*
@@ -54,8 +54,6 @@ Core and Builtins
builds on MacOS X. That is, "python setup.py install --user" will install
into "~/Library/Python/2.7" instead of "~/.local".
-
-
Library
-------