From 5783121eb3e26bfed31763efb0ea3fb7e8ba66d9 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Apr 2002 03:26:05 +0000 Subject: [PATCH] Update the text of the README distributed with the PostScript files to reflect the changes in the user organizations in the Python community. --- Doc/tools/getpagecounts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Doc/tools/getpagecounts b/Doc/tools/getpagecounts index c575c6b14434..289ece1d7dad 100755 --- a/Doc/tools/getpagecounts +++ b/Doc/tools/getpagecounts @@ -48,9 +48,9 @@ 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: +Python reference material, consult the Python Bookstore at: - http://www.python.org/psa/bookstore/ + http://www.amk.ca/bookstore/ The following manuals are included: """ @@ -59,12 +59,6 @@ The following manuals are included: 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/). """ def count_pages(filename): -- 2.47.3