[Python-checkins] CVS: python/dist/src README,1.87,1.88

Guido van Rossum python-dev@python.org
Fri, 30 Jun 2000 17:34:41 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv16709

Modified Files:
	README 
Log Message:
Update a bunch of URLs.  No longer suggests to join PSA or Consortium.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -r1.87 -r1.88
*** README	2000/06/30 17:30:18	1.87
--- README	2000/07/01 00:34:39	1.88
***************
*** 48,69 ****
  Python is an interpreted object-oriented programming language, and is
  often compared to Tcl, Perl, Java or Scheme.  To find out more, point
! your browser to http://www.python.org/.
  
  
- A modest plug
- -------------
- 
- ************************************************************************
- * Without your support, I won't be able to continue to work on Python! *
- ************************************************************************
- 
- If you use Python, please consider joining the Python Software
- Activity (PSA).  See http://www.python.org/psa/.
- 
- Organizations that make heavy use of Python are especially encouraged
- to become corporate members -- or better still, to join the Python
- Consortium (see http://www.python.org/consortium/).
- 
- 
  How do I learn Python?
  ----------------------
--- 48,54 ----
  Python is an interpreted object-oriented programming language, and is
  often compared to Tcl, Perl, Java or Scheme.  To find out more, point
! your browser to http://www.pythonlabs.com/.
  
  
  How do I learn Python?
  ----------------------
***************
*** 660,664 ****
  
  Of course, there are also binary distributions available for these
! platforms -- see http://www.python.org/python/.
  
  To port Python to a new non-UNIX system, you will have to fake the
--- 645,649 ----
  
  Of course, there are also binary distributions available for these
! platforms -- see http://www.pythonlabs.com/downloads.html
  
  To port Python to a new non-UNIX system, you will have to fake the
***************
*** 688,692 ****
  
  All documentation is also available online via the Python web site
! (http://www.python.org/, see below).  It is available online for
  occaissional reference, or can be downloaded in many formats for
  faster access.  The documents are available in HTML, PostScript, PDF,
--- 673,677 ----
  
  All documentation is also available online via the Python web site
! (http://www.python.org/doc/, see below).  It is available online for
  occaissional reference, or can be downloaded in many formats for
  faster access.  The documents are available in HTML, PostScript, PDF,
***************
*** 701,710 ****
  Misc/python-mode.el.  Originally written by the famous Tim Peters, it
  is now maintained by the equally famous Barry Warsaw
! <bwarsaw@python.org>.  The latest version, along with various
! other contributed Python-related Emacs goodies, is online at
  <http://www.python.org/emacs/python-mode>.  And if you are planning to
  edit the Python C code, please pick up the latest version of CC Mode
  <http://www.python.org/emacs/cc-mode>; it contains a "python" style
! used throughout most of the Python C source files.
  
  
--- 686,697 ----
  Misc/python-mode.el.  Originally written by the famous Tim Peters, it
  is now maintained by the equally famous Barry Warsaw
! <bwarsaw@python.org>.  The latest version, along with various other
! contributed Python-related Emacs goodies, is online at
  <http://www.python.org/emacs/python-mode>.  And if you are planning to
  edit the Python C code, please pick up the latest version of CC Mode
  <http://www.python.org/emacs/cc-mode>; it contains a "python" style
! used throughout most of the Python C source files.  (Newer versions of
! Emacs or XEmacs may already come with the latest version of
! python-mode.)
  
  
***************
*** 712,728 ****
  --------
  
! Python's own web site has URL http://www.python.org/.  Come visit us!
! There are a number of mirrors, and a list of mirrors is accessible
! from the home page -- try a mirror that's close you you.
  
  
- Ftp site
- --------
- 
- Python's own ftp site is ftp://ftp.python.org/pub/python/.  There are
- numerous mirrors; the list of mirrors is accessible from
- http://www.python.org/.
- 
- 
  Newsgroups
  ----------
--- 699,706 ----
  --------
  
! Python's own web site has URL http://www.pythonlabs.com/.  Come visit
! us!
  
  
  Newsgroups
  ----------
***************
*** 747,755 ****
  -----------
  
! Bugs are best reported to the comp.lang.python newsgroup (or the
! Python mailing list) -- see the section "Newsgroups" above.  Before
! posting, check the newsgroup archives (see above) to see if your bug
! has already been reported!  If you don't want to go public, send them
! to me: <guido@python.org>.
  
  
--- 725,730 ----
  -----------
  
! To report or search for bugs, please use the Python Bugs List at
! http://www.python.org/search/search_bugs.html
  
  
***************
*** 760,764 ****
  best to post to the comp.lang.python or the Python mailing list (see
  above).  If you specifically don't want to involve the newsgroup or
! mailing list, send questions to <python-help@python.org> (a group of
  volunteers which does *not* include me).  Because of my work and email
  volume, I'm often be slow in answering questions sent to me directly;
--- 735,739 ----
  best to post to the comp.lang.python or the Python mailing list (see
  above).  If you specifically don't want to involve the newsgroup or
! mailing list, send questions to <help@python.org> (a group of
  volunteers which does *not* include me).  Because of my work and email
  volume, I'm often be slow in answering questions sent to me directly;
***************
*** 772,782 ****
  also usable from Python.  Since this requires that you first build and
  install Tcl/Tk, the Tk interface is not enabled by default.  Python
! supports all Tcl/Tk versions from version 7.5/4.1 through 8.0 (and it
! is expected that it will also work with newer versions).  Tcl/Tk
! 7.4/4.0 is no longer supported.  8.0 or any later non-alpha non-beta
! release is recommended.
  
! See http://sunscript.sun.com/ for more info on Tcl/Tk, including the
! on-line manual pages.
  
  
--- 747,754 ----
  also usable from Python.  Since this requires that you first build and
  install Tcl/Tk, the Tk interface is not enabled by default.  Python
! supports Tcl/Tk starting with version 8.0.
  
! See http://dev.ajubasolutions.com/ for more info on Tcl/Tk, including
! the on-line manual pages.
  
  
***************
*** 787,802 ****
  will have to edit the first line to fix or add -I and -L options.
  (Also see the general instructions at the top of that file.)
- 
- There is little documentation on how to use Tkinter; however most of
- the Tk manual pages apply quite straightforwardly.  Begin with
- fetching the "Tk Lifesaver" document,
- e.g. ftp://ftp.python.org/pub/python/doc/tkinter-doc.tar.gz (a gzipped
- tar file containing a PostScript file) or the on-line version
- http://www.python.org/doc/life-preserver/index.html.  Reading the
- Tkinter.py source will reveal most details on how Tkinter calls are
- translated into Tcl code.
  
! A more recent introduction to Tkinter programming, by Fredrik Lundh,
! is at http://www.pythonware.com/library/tkinter/introduction/index.htm.
  
  There are demos in the Demo/tkinter directory, in the subdirectories
--- 759,765 ----
  will have to edit the first line to fix or add -I and -L options.
  (Also see the general instructions at the top of that file.)
  
! For more Tkinter information, see the Tkinter Resource page:
! http://www.python.org/topics/tkinter/
  
  There are demos in the Demo/tkinter directory, in the subdirectories