[Python-checkins] peps: Added a second footnote with more information about the pep2html.py

georg.brandl python-checkins at python.org
Wed Mar 23 21:24:45 CET 2011


http://hg.python.org/peps/rev/576e137bc704
changeset:   94:576e137bc704
user:        Barry Warsaw <barry at python.org>
date:        Tue Aug 15 05:54:18 2000 +0000
summary:
  Added a second footnote with more information about the pep2html.py
script.

files:
  pep-0001.txt |  8 ++++++--
  1 files changed, 6 insertions(+), 2 deletions(-)


diff --git a/pep-0001.txt b/pep-0001.txt
--- a/pep-0001.txt
+++ b/pep-0001.txt
@@ -162,7 +162,7 @@
 
     PEPs are written in plain ASCII text, and should adhere to a
     rigid style.  There is a Python script that parses this style and
-    converts the plain text PEP to HTML for viewing on the web.
+    converts the plain text PEP to HTML for viewing on the web[2].
 
     Each PEP begins with an RFC822 style header section.  Required
     headers are as follows, and must appear in this order:
@@ -207,10 +207,14 @@
     This document has been placed in the public domain.
 
 
-References
+References and Footnotes
 
     [1] http://www.opencontent.org/openpub/
 
+    [2] The script referred to here is pep2html.py, which lives in
+    the same directory in the CVS tree as the PEPs themselves.  Try
+    "pep2html.py --help" for details.
+
 
 
 Local Variables:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list