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

Skip to content

Commit 901454e

Browse files
committed
Tentative 2.0 and BeOpen upgrade.
1 parent 0e12395 commit 901454e

1 file changed

Lines changed: 38 additions & 50 deletions

File tree

README

Lines changed: 38 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
1-
This is Python version 1.6
1+
This is Python version 2.0
22
==========================
33

4-
There are various alpha and beta versions -- these are distinguishable
5-
through Include/patchlevel.h or by the name of the top-level directory
6-
and the tar file.
4+
There are various beta versions -- these are distinguishable through
5+
Include/patchlevel.h or by the name of the top-level directory and the
6+
tar file.
77

88

99
What's new in this release?
1010
---------------------------
1111

12-
See http://www.python.org/1.6/.
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 teal from CNRI to join BeOpen.com.
24+
25+
Previously, the version number 2.0 was associated with a mythical and
26+
elusive incompatible future release. That release (still ways off,
27+
and not as incompatible as people fear!) is now referred to as Python
28+
3000.
1329

1430

1531
If you don't read instructions
@@ -67,6 +83,7 @@ The Python distribution is *not* affected by the GNU Public Licence
6783
optional and no GNU code is distributed with Python.
6884

6985

86+
7087
Build instructions
7188
==================
7289

@@ -105,7 +122,7 @@ See also the platform specific notes in the next section.
105122
If recursive makes fail, try invoking make as "make MAKE=make".
106123

107124
If you run into other trouble, see section 3 of the FAQ
108-
(http://grail.cnri.reston.va.us/cgi-bin/faqw.py or
125+
(http://www.python.org/cgi-bin/faqw.py or
109126
http://www.python.org/doc/FAQ.html) for hints on what can go wrong,
110127
and how to fix it.
111128

@@ -467,18 +484,18 @@ platform-specific files in subdirectories if the directory given by
467484

468485
All subdirectories created will have Python's version number in their
469486
name, e.g. the library modules are installed in
470-
"/usr/local/lib/python1.6/" by default. The Python binary is
471-
installed as "python1.6" and a hard link named "python" is created.
487+
"/usr/local/lib/python2.0/" by default. The Python binary is
488+
installed as "python2.0" and a hard link named "python" is created.
472489
The only file not installed with a version number in its name is the
473490
manual page, installed as "/usr/local/man/man1/python.1" by default.
474491

475-
If you have a previous installation of a pre-1.6 Python that you don't
492+
If you have a previous installation of a pre-2.0 Python that you don't
476493
want to replace yet, use
477494

478495
make altinstall
479496

480497
This installs the same set of files as "make install" except it
481-
doesn't create the hard link to "python1.6" named "python" and it
498+
doesn't create the hard link to "python2.0" named "python" and it
482499
doesn't install the manual page at all.
483500

484501
The only thing you may have to install manually is the Python mode for
@@ -679,7 +696,7 @@ Emacs mode
679696
There's an excellent Emacs editing mode for Python code; see the file
680697
Misc/python-mode.el. Originally written by the famous Tim Peters, it
681698
is now maintained by the equally famous Barry Warsaw
682-
<bwarsaw@cnri.reston.va.us>. The latest version, along with various
699+
<bwarsaw@python.org>. The latest version, along with various
683700
other contributed Python-related Emacs goodies, is online at
684701
<http://www.python.org/emacs/python-mode>. And if you are planning to
685702
edit the Python C code, please pick up the latest version of CC Mode
@@ -831,59 +848,30 @@ config.cache cache of configuration variables
831848
config.h Configuration header
832849
config.log Log from last configure run
833850
config.status Status from last run of configure script
834-
libpython1.6.a The library archive
851+
libpython2.0.a The library archive
835852
python The executable interpreter
836853
tags, TAGS Tags files for vi and Emacs
837854

838855

839-
Author's address
840-
================
856+
857+
How to reach the author
858+
=======================
841859

842860
Guido van Rossum
843-
CNRI
844-
1895 Preston White Drive
845-
Reston, VA 20191
846-
USA
861+
BeOpen.com
862+
160 Saratoga Avenue, Suite 46
863+
Santa Clara, CA 95051
847864

848-
E-mail: guido@cnri.reston.va.us or [email protected]
865+
E-mail: guido@beopen.com or [email protected]
849866

850867

851868

852869
Copyright notice
853870
================
854871

855872
The Python source is copyrighted, but you can freely use and copy it
856-
as long as you don't change or remove the copyright notice:
857-
858-
----------------------------------------------------------------------
859-
Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
860-
The Netherlands.
861-
862-
All Rights Reserved
863-
864-
Permission to use, copy, modify, and distribute this software and its
865-
documentation for any purpose and without fee is hereby granted,
866-
provided that the above copyright notice appear in all copies and that
867-
both that copyright notice and this permission notice appear in
868-
supporting documentation, and that the names of Stichting Mathematisch
869-
Centrum or CWI or Corporation for National Research Initiatives or
870-
CNRI not be used in advertising or publicity pertaining to
871-
distribution of the software without specific, written prior
872-
permission.
873-
874-
While CWI is the initial source for this software, a modified version
875-
is made available by the Corporation for National Research Initiatives
876-
(CNRI) at the Internet address ftp://ftp.python.org.
877-
878-
STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
879-
REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
880-
MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
881-
CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
882-
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
883-
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
884-
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
885-
PERFORMANCE OF THIS SOFTWARE.
886-
----------------------------------------------------------------------
873+
as long as you don't change or remove the copyright notice. The
874+
copyright notice is found in the Misc/COPYRIGHT file.
887875

888876

889877
--Guido van Rossum (home page: http://www.python.org/~guido/)

0 commit comments

Comments
 (0)