@@ -44,17 +44,23 @@ we use lpr. For example:
4444What if I find a bug?
4545---------------------
4646
47- First, check that the bug is present in the online version of the
48- documentation at <http://www. python.org/ docs/>; we may have already
49- fixed it.
47+ First, check that the bug is present in the development version of the
48+ documentation at <http://python.sourceforge.net/devel- docs/>; we may
49+ have already fixed it.
5050
5151If we haven't, tell us about it. We'd like the documentation to be
5252complete and accurate, but have limited time. If you discover any
5353inconsistencies between the documentation and implementation, or just
5454have suggestions as to how to improve the documentation, let is know!
55- Send comments and patches to the Python Documentation Team:
55+ Specific bugs and patches should be reported using our bug & patch
56+ databases at:
5657
57- 58+ http://sourceforge.net/projects/python
59+
60+ Other suggestions or questions should be sent to the Python
61+ Documentation Team:
62+
63+ 5864
5965Thanks!
6066
@@ -157,8 +163,9 @@ What if I want to use A4 paper?
157163-------------------------------
158164
159165Instead of building the PostScript by giving the command "make", give
160- the command "make PAPER=a4"; the output will be produced in the
161- paper-a4/ subdirectory.
166+ the command "make PAPER=a4 ps"; the output will be produced in the
167+ paper-a4/ subdirectory. (You can use "make PAPER=a4 pdf" if you'd
168+ rather have PDF output.)
162169
163170
164171Making HTML files
@@ -174,13 +181,12 @@ What else is in here?
174181
175182There is a new LaTeX document class called "howto". This is used for
176183the new series of Python HOWTO documents which is being coordinated by
177- Andrew Kuchling <
[email protected] >. The file templates/howto.tex is a
178- commented example which may be used a template. A script to "do the
179- right thing" to format a howto document is included as
180- tools/mkhowto. These documents can be formatted as HTML, PDF,
181- PostScript, or ASCII files. Support for this document class is
182- still new, but is expected to evolve rapidly. Use "mkhowto --help"
183- for information on using the formatting tool.
184+ Andrew Kuchling <
[email protected] >. The file
185+ templates/howto.tex is a commented example which may be used as a
186+ template. A Python script to "do the right thing" to format a howto
187+ document is included as tools/mkhowto. These documents can be
188+ formatted as HTML, PDF, PostScript, or ASCII files. Use "mkhowto
189+ --help" for information on using the formatting tool.
184190
185191For authors of module documentation, there is a file
186192templates/module.tex which may be used as a template for a module
@@ -197,16 +203,18 @@ The Python source is copyrighted, but you can freely use and copy it
197203as long as you don't change or remove the copyright notice:
198204
199205----------------------------------------------------------------------
200- Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
201- The Netherlands .
206+ Copyright (c) 2000, 2001 Guido van Rossum.
207+ All rights reserved .
202208
203- All Rights Reserved
209+ Copyright (c) 2000 BeOpen.com.
210+ All rights reserved.
211+
212+ Copyright (c) 1995-2000 Corporation for National Research Initiatives.
213+ All rights reserved.
204214
205- Copyright (c) 2000, BeOpen.com.
206- Copyright (c) 1995-2000, Corporation for National Research Initiatives.
207- Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
215+ Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
208216All rights reserved.
209217
210- See the file "Misc/COPYRIGHT " for information on usage and
218+ See the file "LICENSE " for information on usage and
211219redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
212220----------------------------------------------------------------------
0 commit comments