[Python-checkins] CVS: python/dist/src README,1.83,1.84

Guido van Rossum python-dev@python.org
Fri, 31 Mar 2000 15:16:47 -0500 (EST)


Update of /projects/cvsroot/python/dist/src
In directory eric:/projects/python/develop/guido/src

Modified Files:
	README 
Log Message:
Quick update to the README file.  For intros and books we now point to
the website.


Index: README
===================================================================
RCS file: /projects/cvsroot/python/dist/src/README,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** README	1999/11/16 16:03:03	1.83
--- README	2000/03/31 20:16:45	1.84
***************
*** 1,4 ****
! This is Python version 1.5.2 -- released April 13, 1999
! =======================================================
  
  
--- 1,4 ----
! This is Python version 1.6 -- released March 31, 2000
! =====================================================
  
  
***************
*** 6,10 ****
  ---------------------------
  
! See the Misc/NEWS file.
  
  
--- 6,10 ----
  ---------------------------
  
! See http://www.python.org/1.6/.
  
  
***************
*** 46,85 ****
  
  The official tutorial is still a good place to start; see
! http://www.python.org/doc/ for online and downloadable versions.
! Aaron Watters wrote a second tutorial, that may be more accessible for
! some: http://www.networkcomputing.com/unixworld/tutorial/005/005.html.
! Both tutorials (as well as most other sources) assume that you already
! know how to program -- if you'd like to write "Python for Dummies", I
! know a publisher who would like to talk to you...
! 
! There are now also several books on Python.  The first book is the
! most recent and covers Python 1.5.X.  The other two books, both
! first published in October 1996 and both including a CD-ROM, form
! excellent companions to each other.  Though these two are still based
! on Python 1.3 or 1.4, the information in them is still 99% correct.
! 
! 	Learning Python
! 	by Mark Lutz and David Ascher
! 	O'Reilly & Associates
! 	ISBN: 1-56592-464-9
! 
! 	Internet Programming with Python
! 	by Aaron Watters, Guido van Rossum, and James Ahlstrom
! 	MIS Press/Henry Holt publishers
! 	ISBN: 1-55851-484-8
! 
! 	Programming Python
! 	by Mark Lutz
! 	O'Reilly & Associates
! 	ISBN: 1-56592-197-6
! 
! If you can read German, try:
! 
! 	Das Python-Buch
! 	by Martin von Loewis and Nils Fischbeck
! 	Addison-Wesley-Longman, 1997
! 	ISBN: 3-8273-1110-1
  
  
  Copyright issues
  ----------------
--- 46,56 ----
  
  The official tutorial is still a good place to start; see
! http://www.python.org/doc/ for online and downloadable versions, as
! well as a list of other introductions, and reference documentation.
  
+ There's a quickly growing set of books on Python.  See
+ http://www.python.org/psa/bookstore/ for a list.
  
+ 
  Copyright issues
  ----------------
***************
*** 493,502 ****
  All subdirectories created will have Python's version number in their
  name, e.g. the library modules are installed in
! "/usr/local/lib/python1.5/" by default.  The Python binary is
! installed as "python1.5" and a hard link named "python" is created.
  The only file not installed with a version number in its name is the
  manual page, installed as "/usr/local/man/man1/python.1" by default.
  
! If you have a previous installation of a pre-1.5 Python that you don't
  want to replace yet, use
  
--- 464,473 ----
  All subdirectories created will have Python's version number in their
  name, e.g. the library modules are installed in
! "/usr/local/lib/python1.6/" by default.  The Python binary is
! installed as "python1.6" and a hard link named "python" is created.
  The only file not installed with a version number in its name is the
  manual page, installed as "/usr/local/man/man1/python.1" by default.
  
! If you have a previous installation of a pre-1.6 Python that you don't
  want to replace yet, use
  
***************
*** 504,508 ****
  
  This installs the same set of files as "make install" except it
! doesn't create the hard link to "python1.5" named "python" and it
  doesn't install the manual page at all.
  
--- 475,479 ----
  
  This installs the same set of files as "make install" except it
! doesn't create the hard link to "python1.6" named "python" and it
  doesn't install the manual page at all.
  
***************
*** 857,861 ****
  config.log      Log from last configure run
  config.status   Status from last run of configure script
! libpython1.5.a	The library archive
  python          The executable interpreter
  tags, TAGS      Tags files for vi and Emacs
--- 828,832 ----
  config.log      Log from last configure run
  config.status   Status from last run of configure script
! libpython1.6.a	The library archive
  python          The executable interpreter
  tags, TAGS      Tags files for vi and Emacs