diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-03 04:19:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-03 04:19:14 (GMT) |
commit | ba82878a3bee6395a8ff13c9c307416a886f93cc (patch) | |
tree | 0711fbad046195399f506dc7b3dcf76ef452ea33 /Doc/tools/getpagecounts | |
parent | a22b576d05d7f7b8f70341268a46c219a3fd6a9c (diff) | |
download | cpython-ba82878a3bee6395a8ff13c9c307416a886f93cc.zip cpython-ba82878a3bee6395a8ff13c9c307416a886f93cc.tar.gz cpython-ba82878a3bee6395a8ff13c9c307416a886f93cc.tar.bz2 |
Merged changes from the 1.5.2p2 release.
Diffstat (limited to 'Doc/tools/getpagecounts')
-rwxr-xr-x | Doc/tools/getpagecounts | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Doc/tools/getpagecounts b/Doc/tools/getpagecounts index ef14053..53a28e1 100755 --- a/Doc/tools/getpagecounts +++ b/Doc/tools/getpagecounts @@ -43,13 +43,26 @@ class PageCounter: PREFIX = """\ 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: +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 = """\ 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): |