1- This is Python version 2.0
1+ This is Python version 2.1
22==========================
33
4+ Copyright (c) 2000, 2001 Guido van Rossum.
5+ All rights reserved.
6+
47Copyright (c) 2000 BeOpen.com.
58All rights reserved.
69
@@ -30,8 +33,7 @@ holders.
3033What's new in this release?
3134---------------------------
3235
33- See the file "Misc/NEWS"; see also this URL:
34- http://www.pythonlabs.com/products/python2.0/
36+ See the file "Misc/NEWS".
3537
3638If you don't read instructions
3739------------------------------
@@ -52,14 +54,7 @@ Python is an interpreted object-oriented programming language suitable
5254scripting, numeric computing and system testing. Python is often
5355compared to Tcl, Perl, Java, JavaScript, Visual Basic or Scheme. To
5456find out more about what Python can do for you, point your browser to
55- http://www.pythonlabs.com/.
56-
57- BeOpen.com offers corporate support, custom development and
58- sponsorships for Python. Contact <
[email protected] > for more
59- information.
60-
61- BeOpen Python releases include pre-built Python executables for major
62- platforms and are available from PythonLabs.
57+ http://www.python.org/.
6358
6459
6560How do I learn Python?
@@ -95,14 +90,9 @@ Web sites
9590---------
9691
9792New Python releases and related technologies are published at
98- http://www.pythonlabs.com /. Come visit us!
93+ http://www.python.org /. Come visit us!
9994
100- The present Python community web site is http://www.python.org/.
101- BeOpen.com is developing a next-generation community site for Python
102- and is looking for volunteers to help make this an even better
103- resource than the existing community site. If you know Python well
104- and would like to volunteer to work with us on this project, please
105- contact <
[email protected] > with a summary of your skills.
95+ There's also a Python community web site at http://starship.python.net/.
10696
10797
10898Newsgroups and Mailing Lists
@@ -145,9 +135,9 @@ Questions
145135For help, if you can't find it in the manuals or on the web site, it's
146136best to post to the comp.lang.python or the Python mailing list (see
147137above). If you specifically don't want to involve the newsgroup or
148- mailing list, send questions to
< [email protected] > (a group of
149- volunteers who answer questions as they can). The newsgroup is the
150- most efficient way to ask public questions.
138+ mailing list, send questions to
[email protected] (a group of
volunteers 139+ who answer questions as they can). The newsgroup is the most
140+ efficient way to ask public questions.
151141
152142
153143Build instructions
@@ -230,8 +220,9 @@ Platform specific notes
230220-----------------------
231221
232222(Some of these may no longer apply. If you find you can build Python
233- on these platforms without the special directions mentioned here, mail
234- to <
[email protected] > so we can remove them!)
223+ on these platforms without the special directions mentioned here,
224+ submit a documentation bug report to SourceForge (see Bug Reports
225+ above) so we can remove them!)
235226
23622764-bit platforms: The modules audioop, imageop and rgbimg don't work.
237228 Don't try to enable them in the Modules/Setup file. They
@@ -556,19 +547,21 @@ directory given by --exec-prefix or the `exec_prefix' Make variable
556547
557548All subdirectories created will have Python's version number in their
558549name, e.g. the library modules are installed in
559- "/usr/local/lib/python2.0/" by default. The Python binary is
560- installed as "python2.0" and a hard link named "python" is created.
561- The only file not installed with a version number in its name is the
562- manual page, installed as "/usr/local/man/man1/python.1" by default.
550+ "/usr/local/lib/python<version>/" by default, where <version> is the
551+ <major>.<minor> release number (e.g. "2.1"). The Python binary is
552+ installed as "python<version>" and a hard link named "python" is
553+ created. The only file not installed with a version number in its
554+ name is the manual page, installed as "/usr/local/man/man1/python.1"
555+ by default.
563556
564557If you have a previous installation of a pre-2.0 Python that you don't
565558want to replace yet, use
566559
567560 make altinstall
568561
569562This installs the same set of files as "make install" except it
570- doesn't create the hard link to "python2.0 " named "python" and it
571- doesn't install the manual page at all.
563+ doesn't create the hard link to "python<version> " named "python" and
564+ it doesn't install the manual page at all.
572565
573566The only thing you may have to install manually is the Python mode for
574567Emacs found in Misc/python-mode.el. (But then again, more recent
@@ -735,7 +728,7 @@ development, join the PythonMac Special Interest Group
735728736729
737730Of course, there are also binary distributions available for these
738- platforms -- see http://www.pythonlabs.com/products/python2.0 /.
731+ platforms -- see http://www.python.org /.
739732
740733To port Python to a new non-UNIX system, you will have to fake the
741734effect of running the configure script manually (for Mac and PC, this
@@ -757,11 +750,11 @@ Emacs mode
757750There's an excellent Emacs editing mode for Python code; see the file
758751Misc/python-mode.el. Originally written by the famous Tim Peters, it
759752is now maintained by the equally famous Barry Warsaw (it's no
760- coincidence that they now both work at PythonLabs ). The latest
753+ coincidence that they now both work on the same team ). The latest
761754version, along with various other contributed Python-related Emacs
762- goodies, is online at < http://www.python.org/emacs/python-mode> . And
755+ goodies, is online at http://www.python.org/emacs/python-mode. And
763756if you are planning to edit the Python C code, please pick up the
764- latest version of CC Mode < http://www.python.org/emacs/cc-mode> ; it
757+ latest version of CC Mode http://www.python.org/emacs/cc-mode; it
765758contains a "python" style used throughout most of the Python C source
766759files. (Newer versions of Emacs or XEmacs may already come with the
767760latest version of python-mode.)
@@ -849,7 +842,7 @@ config.h Configuration header
849842config.log Log from last configure run
850843config.status Status from last run of the configure script
851844getbuildinfo.o Object file from Modules/getbuildinfo.c
852- libpython2.0 .a The library archive
845+ libpython<version> .a The library archive
853846python The executable interpreter
854847tags, TAGS Tags files for vi and Emacs
855848
@@ -858,4 +851,4 @@ That's all, folks!
858851------------------
859852
860853
861- --Guido van Rossum (home page: http://www.pythonlabs.com /~guido/)
854+ --Guido van Rossum (home page: http://www.python.org /~guido/)
0 commit comments