[Python-checkins] CVS: python/dist/src/Doc/tools getpagecounts,1.5,1.5.2.1

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 16 Feb 2000 13:48:18 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/tools
In directory weyr:/home/fdrake/projects/python/Doc-152p1/tools

Modified Files:
      Tag: release152p1-patches
	getpagecounts 
Log Message:

Point to the PSA Bookstore and suggest support for the PSA &
Consortium.


Index: getpagecounts
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/tools/getpagecounts,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** getpagecounts	1999/08/03 17:54:39	1.5
--- getpagecounts	2000/02/16 18:48:15	1.5.2.1
***************
*** 4,8 ****
  """Generate a page count report of the PostScript version of the manuals."""
  
! __version__ = '$Revision: 1.5 $'
  
  
--- 4,8 ----
  """Generate a page count report of the PostScript version of the manuals."""
  
! __version__ = '$Revision: 1.5.2.1 $'
  
  
***************
*** 44,48 ****
  This is the PostScript version of the standard Python documentation.
  If you plan to print this, be aware that some of the documents are
! long.  The following manuals are included:
  """
      SUFFIX = """\
--- 44,55 ----
  This is the PostScript version of the standard Python documentation.
  If you plan to print this, be aware that some of the documents are
! long.  It is formatted for printing on two-sided paper; if you do plan
! to print this, *please* print two-sided if you have a printer capable
! of it!  To locate published copies of the larger manuals, or other
! Python reference material, consult the PSA Online Bookstore at:
! 
!              http://www.python.org/psa/bookstore/
! 
! The following manuals are included:
  """
      SUFFIX = """\
***************
*** 51,54 ****
--- 58,67 ----
  If you have any questions, comments, or suggestions regarding these
  documents, please send them via email to python-docs@python.org.
+ 
+ If you would like to support the development and maintenance of
+ documentation for Python, please consider joining the Python Software
+ Activity (PSA; see http://www.python.org/psa/), or urging your
+ organization to join the PSA or the Python Consortium (see
+ http://www.python.org/consortium/).
  """