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

Barry Warsaw python-dev@python.org
Wed, 16 Aug 2000 20:11:11 -0700


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

Modified Files:
	pep-0001.txt 
Log Message:
Added a link to the SF CVSweb pages where the PEP histories can be
retrieved. 


Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pep-0001.txt	2000/08/17 02:53:00	1.7
--- pep-0001.txt	2000/08/17 03:11:08	1.8
***************
*** 26,30 ****
      Because the PEPs are maintained as plain text files under CVS
      control, their revision history is the historical record of the
!     feature proposal.
      
  
--- 26,30 ----
      Because the PEPs are maintained as plain text files under CVS
      control, their revision history is the historical record of the
!     feature proposal[1].
      
  
***************
*** 130,134 ****
      4. Copyright/public domain -- Each PEP must either be explicitly
         labelled in the public domain or the Open Publication
!        License[1].
  
      5. Specification -- The technical specification should describe
--- 130,134 ----
      4. Copyright/public domain -- Each PEP must either be explicitly
         labelled in the public domain or the Open Publication
!        License[2].
  
      5. Specification -- The technical specification should describe
***************
*** 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
--- 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[3].
  
      Each PEP begins with an RFC822 style header section.  Required
***************
*** 210,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.
  
  
--- 210,226 ----
  References and Footnotes
  
!     [1] This historical record is available by the normal CVS commands
!     for retrieving older revisions.  For those without direct access
!     to the CVS tree, you can browse the current and past PEP revisions
!     via the SourceForge web site at
  
!     http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/python/nondist/peps/?cvsroot=python
! 
!     [2] http://www.opencontent.org/openpub/
! 
!     [3] 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.
+