@@ -9,27 +9,7 @@ tar file.
99What's new in this release?
1010---------------------------
1111
12- See http://www.pythonlabs.com/.
13-
14-
15- Why is it called version 2.0?
16- -----------------------------
17-
18- While Pythoneers have grown fond of Python's exceedingly slow version
19- incrementing, that same quality makes parts of the rest of the world
20- think that Python is barely out of its first alpha test. Especially
21- enterprise customers are often fearful of anything that's version 1.x!
22- The new version number also clearly marks departure of Python's core
23- development team from CNRI to join BeOpen.com.
24-
25- What happened to Python 1.6? It was promoted and renamed Python 2.0.
26- There were two alpha releases of Python 1.6 before we decided to
27- increment the major version number.
28-
29- Previously, the version number 2.0 was associated with a mythical and
30- elusive incompatible future release. That release (still ways off,
31- and not as incompatible as people fear!) is now referred to as Python
32- 3000.
12+ See http://www.pythonlabs.com/tech/python2.html .
3313
3414
3515If you don't read instructions
@@ -697,8 +677,9 @@ python-mode.)
697677Web site
698678--------
699679
700- Python's own web site has URL http://www.pythonlabs.com/. Come visit
701- us!
680+ Python's web site is at http://www.python.org/. The Python core
681+ development team at BeOpen has its own website at
682+ http://www.pythonlabs.com/. Come visit us!
702683
703684
704685Newsgroups
@@ -723,8 +704,20 @@ many Python related mailing lists.
723704Bug reports
724705-----------
725706
726- To report or search for bugs, please use the Python Bugs List at
727- http://www.python.org/search/search_bugs.html
707+ To report or search for bugs, please use the SourceForge Bugs
708+ Tracker at http://sourceforge.net/bugs/?group_id=5470 .
709+
710+
711+ Patches and contributions
712+ -------------------------
713+
714+ To submit a patch or other contribution, please use the SourceForge
715+ Patch Manager at http://sourceforge.net/patch/?group_id=5470 .
716+
717+ If you have a proposal to change Python, it's best to submit a Python
718+ Enhancement Proposal (PEP) first. All current PEPs, as well as
719+ guidelines for submitting a new PEP, are here:
720+ http://python.sourceforge.net/peps/.
728721
729722
730723Questions
832825
833826
834827
835- Copyright notice
836- ================
837-
838- The Python source is copyrighted, but you can freely use and copy it
839- as long as you don't change or remove the copyright notice. The
840- copyright notice is found in the Misc/COPYRIGHT file.
841-
842-
843828--Guido van Rossum (home page: http://www.python.org/~guido/)
0 commit comments