[Python-checkins] distutils README.txt,1.24,1.25

akuchling@sourceforge.net akuchling@sourceforge.net
Wed, 15 May 2002 14:05:53 -0700


Update of /cvsroot/python/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv13680

Modified Files:
	README.txt 
Log Message:
[Bug #542912] Update Distutils README

Index: README.txt
===================================================================
RCS file: /cvsroot/python/distutils/README.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** README.txt	20 Apr 2001 18:30:36 -0000	1.24
--- README.txt	15 May 2002 21:05:49 -0000	1.25
***************
*** 34,41 ****
      http://www.python.org/mailman/listinfo/distutils-sig
  
! Reports of minor bugs (patches are especially welcome!) can be sent
! directly to me (Greg Ward) at gward@python.net.  Anything that expects a
! longer response than "Thanks for the bug report/fix!" should be directed
! to the SIG.
  
  
--- 34,39 ----
      http://www.python.org/mailman/listinfo/distutils-sig
  
! Bug reports and patches should be submitted through the SourceForge
! Python project at http://sourceforge.net/projects/python/ .
  
  
***************
*** 158,181 ****
  an installer created by some kind packager).
  
! Documentation for the Distutils is under construction in the form of two
! manuals, "Installing Python Modules" (for installers) and "Distributing
! Python Modules" (for developers and packagers).  I've included the LaTeX
! source for these two manuals in the "doc" subdirectory; if you know your
! way around LaTeX, the Python documentation tools, and Unix, you might be
! able to get something out of these.  Realistically, though, the
! documentation is just provided in the distribution so you can send me
! doc patches; if you want to read it, you're better off getting the
! latest documentation from the Distutils documentation page:
! 
!     http://www.python.org/sigs/distutils-sig/doc/
! 
! These two manuals are also part of the standard Python documentation
! set; Fred Drake maintains a copy of the complete Python documentation at
! 
!     http://python.sourceforge.net/devel-docs/
  
! Sometimes Fred's version is more recent, and sometimes my version is.
! Join both doc-sig@python.org and distutils-sig@python.org if you really
! want to follow the latest documentation developments.
  
  If you are an installer (system administrator or end-user) and you'd
--- 156,171 ----
  an installer created by some kind packager).
  
! Documentation for the Distutils is under construction in the form of
! two manuals, "Installing Python Modules" (for installers) and
! "Distributing Python Modules" (for developers and packagers).  I've
! included the LaTeX source for these two manuals in the "doc"
! subdirectory; if you know your way around LaTeX, the Python
! documentation tools, and Unix, you might be able to get something out
! of these.  Realistically, though, the documentation is just provided
! in the distribution so you can send me doc patches; if you want to
! read it, you're better off reading them in the standard Python
! documentation set at:
  
!     http://www.python.org/doc/current/
  
  If you are an installer (system administrator or end-user) and you'd