Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81db1a3

Browse files
committed
Updated some URLs; removed mention of copyright (we'll have to add
something in later after that discussion is over); remove explanation of 2.0 version number.
1 parent eb375e4 commit 81db1a3

1 file changed

Lines changed: 18 additions & 33 deletions

File tree

README

Lines changed: 18 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,7 @@ tar file.
99
What'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

3515
If you don't read instructions
@@ -697,8 +677,9 @@ python-mode.)
697677
Web 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

704685
Newsgroups
@@ -723,8 +704,20 @@ many Python related mailing lists.
723704
Bug 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

730723
Questions
@@ -832,12 +825,4 @@ E-mail: [email protected] or [email protected]
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

Comments
 (0)