|
1 | | -This is Python version 1.6 |
| 1 | +This is Python version 2.0 |
2 | 2 | ========================== |
3 | 3 |
|
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. |
7 | 7 |
|
8 | 8 |
|
9 | 9 | What's new in this release? |
10 | 10 | --------------------------- |
11 | 11 |
|
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. |
13 | 29 |
|
14 | 30 |
|
15 | 31 | If you don't read instructions |
@@ -67,6 +83,7 @@ The Python distribution is *not* affected by the GNU Public Licence |
67 | 83 | optional and no GNU code is distributed with Python. |
68 | 84 |
|
69 | 85 |
|
| 86 | + |
70 | 87 | Build instructions |
71 | 88 | ================== |
72 | 89 |
|
@@ -105,7 +122,7 @@ See also the platform specific notes in the next section. |
105 | 122 | If recursive makes fail, try invoking make as "make MAKE=make". |
106 | 123 |
|
107 | 124 | 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 |
109 | 126 | http://www.python.org/doc/FAQ.html) for hints on what can go wrong, |
110 | 127 | and how to fix it. |
111 | 128 |
|
@@ -467,18 +484,18 @@ platform-specific files in subdirectories if the directory given by |
467 | 484 |
|
468 | 485 | All subdirectories created will have Python's version number in their |
469 | 486 | 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. |
472 | 489 | The only file not installed with a version number in its name is the |
473 | 490 | manual page, installed as "/usr/local/man/man1/python.1" by default. |
474 | 491 |
|
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 |
476 | 493 | want to replace yet, use |
477 | 494 |
|
478 | 495 | make altinstall |
479 | 496 |
|
480 | 497 | 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 |
482 | 499 | doesn't install the manual page at all. |
483 | 500 |
|
484 | 501 | The only thing you may have to install manually is the Python mode for |
@@ -679,7 +696,7 @@ Emacs mode |
679 | 696 | There's an excellent Emacs editing mode for Python code; see the file |
680 | 697 | Misc/python-mode.el. Originally written by the famous Tim Peters, it |
681 | 698 | 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 |
683 | 700 | other contributed Python-related Emacs goodies, is online at |
684 | 701 | <http://www.python.org/emacs/python-mode>. And if you are planning to |
685 | 702 | edit the Python C code, please pick up the latest version of CC Mode |
@@ -831,59 +848,30 @@ config.cache cache of configuration variables |
831 | 848 | config.h Configuration header |
832 | 849 | config.log Log from last configure run |
833 | 850 | config.status Status from last run of configure script |
834 | | -libpython1.6.a The library archive |
| 851 | +libpython2.0.a The library archive |
835 | 852 | python The executable interpreter |
836 | 853 | tags, TAGS Tags files for vi and Emacs |
837 | 854 |
|
838 | 855 |
|
839 | | -Author's address |
840 | | -================ |
| 856 | + |
| 857 | +How to reach the author |
| 858 | +======================= |
841 | 859 |
|
842 | 860 | 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 |
847 | 864 |
|
848 | | -E-mail: guido@ cnri.reston.va.us or [email protected] |
| 865 | +E-mail: guido@ beopen.com or [email protected] |
849 | 866 |
|
850 | 867 |
|
851 | 868 |
|
852 | 869 | Copyright notice |
853 | 870 | ================ |
854 | 871 |
|
855 | 872 | 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. |
887 | 875 |
|
888 | 876 |
|
889 | 877 | --Guido van Rossum (home page: http://www.python.org/~guido/) |
0 commit comments