@@ -33,32 +33,19 @@ LaTeX (through 2.5), and reStructuredText (2.6+) formats; the LaTeX and
3333reStructuredText versions are primarily for documentation authors,
3434translators, and people with special formatting requirements.
3535
36- This is a work in progress; please help improve it!
37-
38- The design documents for Python 3 are also online. While the reference
39- documentation is being updated, the PEPs are often the best source of
40- information about new features. Start by reading PEP 3000:
41-
42- http://python.org/dev/peps/pep-3000/
43-
4436
4537What's New
4638----------
4739
48- For an overview of what's new in Python 3, see Guido van Rossum's blog at
49- artima.com:
50-
51- http://www.artima.com/weblogs/index.jsp?blogger=guido
52-
53- We try to eventually have a comprehensive overview of the changes in
54- the "What's New in Python 3.1" document, found at
40+ We try to have a comprehensive overview of the changes in the "What's New in
41+ Python 3.1" document, found at
5542
56- http://docs.python.org/dev/3.1/whatsnew/3.1
43+ http://docs.python.org/dev/3.1/whatsnew/3.1.html
5744
5845Please help write it!
5946
6047For a more detailed change log, read Misc/NEWS (though this file, too,
61- is incomplete, and also doesn't list anything merged in from the 2.6
48+ is incomplete, and also doesn't list anything merged in from the 2.7
6249release under development).
6350
6451If you want to install multiple versions of Python see the section below
0 commit comments