[Python-checkins] CVS: python/nondist/peps pep-0001.txt,1.5,1.6

Barry Warsaw python-dev@python.org
Mon, 14 Aug 2000 22:54:20 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26365

Modified Files:
	pep-0001.txt 
Log Message:
Added a second footnote with more information about the pep2html.py
script.


Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** pep-0001.txt	2000/08/14 14:48:20	1.5
--- pep-0001.txt	2000/08/15 05:54:18	1.6
***************
*** 163,167 ****
      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.
  
      Each PEP begins with an RFC822 style header section.  Required
--- 163,167 ----
      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[2].
  
      Each PEP begins with an RFC822 style header section.  Required
***************
*** 208,214 ****
  
  
! References
  
      [1] http://www.opencontent.org/openpub/
  
  
--- 208,218 ----
  
  
! 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.