summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-13 13:16:45 +0000
committerBenjamin Peterson <benjamin@python.org>2009-06-13 13:16:45 +0000
commitcecb70c51fcf4485484cbc87e6d51a5ae1edd4dc (patch)
treecaa4676cc2a9d84c162671b8d2412f99ab13cbdd
parentdb017b0e7b5be7ede7d394c98fb1f12f35549072 (diff)
downloadcpython-cecb70c51fcf4485484cbc87e6d51a5ae1edd4dc.tar.gz
update the README to be a little more inspiring w/regards to stabilityv3.1rc2
-rw-r--r--README21
1 files changed, 4 insertions, 17 deletions
diff --git a/README b/README
index 057949c271..e4ecc80e5f 100644
--- a/README
+++ b/README
@@ -33,32 +33,19 @@ LaTeX (through 2.5), and reStructuredText (2.6+) formats; the LaTeX and
reStructuredText versions are primarily for documentation authors,
translators, and people with special formatting requirements.
-This is a work in progress; please help improve it!
-
-The design documents for Python 3 are also online. While the reference
-documentation is being updated, the PEPs are often the best source of
-information about new features. Start by reading PEP 3000:
-
- http://python.org/dev/peps/pep-3000/
-
What's New
----------
-For an overview of what's new in Python 3, see Guido van Rossum's blog at
-artima.com:
-
- http://www.artima.com/weblogs/index.jsp?blogger=guido
-
-We try to eventually have a comprehensive overview of the changes in
-the "What's New in Python 3.1" document, found at
+We try to have a comprehensive overview of the changes in the "What's New in
+Python 3.1" document, found at
- http://docs.python.org/dev/3.1/whatsnew/3.1
+ http://docs.python.org/dev/3.1/whatsnew/3.1.html
Please help write it!
For a more detailed change log, read Misc/NEWS (though this file, too,
-is incomplete, and also doesn't list anything merged in from the 2.6
+is incomplete, and also doesn't list anything merged in from the 2.7
release under development).
If you want to install multiple versions of Python see the section below