[Python-checkins] CVS: python/nondist/peps pep-0239.txt,1.3,1.4 pep-0240.txt,1.4,1.5 pep-0243.txt,1.3,1.4 pep-0244.txt,1.1,1.2 pep-0245.txt,1.4,1.5 pep-0246.txt,1.2,1.3 pep-0255.txt,1.13,1.14 pep-0256.txt,1.1,1.2 pep-0257.txt,1.3,1.4 pep-0258.txt,1.1,1.2

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 05 Jul 2001 12:20:18 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv11891

Modified Files:
	pep-0239.txt pep-0240.txt pep-0243.txt pep-0244.txt 
	pep-0245.txt pep-0246.txt pep-0255.txt pep-0256.txt 
	pep-0257.txt pep-0258.txt 
Log Message:
Use new acceptable practices for PEP references.


Index: pep-0239.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0239.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pep-0239.txt	2001/03/19 19:36:46	1.3
--- pep-0239.txt	2001/07/05 19:20:16	1.4
***************
*** 61,65 ****
  
      [1] PEP 240, Adding a Rational Literal to Python, Zadka,
!         http://python.sourceforge.net/peps/pep-0240.html
  
  
--- 61,65 ----
  
      [1] PEP 240, Adding a Rational Literal to Python, Zadka,
!         http://www.python.org/peps/pep-0240.html
  
  

Index: pep-0240.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0240.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pep-0240.txt	2001/03/21 18:40:28	1.4
--- pep-0240.txt	2001/07/05 19:20:16	1.5
***************
*** 65,69 ****
  
      [1] PEP 239, Adding a Rational Type to Python, Zadka,
!         http://python.sourceforge.net/peps/pep-0239.html
  
  
--- 65,69 ----
  
      [1] PEP 239, Adding a Rational Type to Python, Zadka,
!         http://www.python.org/peps/pep-0239.html
  
  

Index: pep-0243.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0243.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pep-0243.txt	2001/03/27 07:51:33	1.3
--- pep-0243.txt	2001/07/05 19:20:16	1.4
***************
*** 163,167 ****
  
      [1] Metadata for Python Software Package, Kuchling,
!         http://python.sourceforge.net/peps/pep-0241.html
  
      [2] RFC 1867, Form-based File Upload in HTML
--- 163,167 ----
  
      [1] Metadata for Python Software Package, Kuchling,
!         http://www.python.org/peps/pep-0241.html
  
      [2] RFC 1867, Form-based File Upload in HTML

Index: pep-0244.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0244.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0244.txt	2001/03/21 22:50:26	1.1
--- pep-0244.txt	2001/07/05 19:20:16	1.2
***************
*** 19,28 ****
      it's contentious and disrupting.
  
!     The "Guidelines for Language Evolution" PEP [1] suggests ways to
!     ease the pain, and this PEP introduces some machinery in support
!     of that.
  
!     The "Statically Nested Scopes" PEP [2] is the first application,
!     and will be used as an example here.
  
      When a new, potentially incompatible language feature is added,
--- 19,28 ----
      it's contentious and disrupting.
  
!     PEP 1, Guidelines for Language Evolution[1] suggests ways to ease
!     the pain, and this PEP introduces some machinery in support of
!     that.
  
!     PEP 2, Statically Nested Scopes[2] is the first application, and
!     will be used as an example here.
  
      When a new, potentially incompatible language feature is added,
***************
*** 38,46 ****
        which time specifying use of them is not necessary anymore.  The
        features for which the syntax of the "Back to the __future__"
!       PEP [3] was proposed fall into this category.  This PEP supports
!       declaring such features, and supports phasing out the "old"
!       meaning of constructs whose semantics has changed under the new
!       feature.  However, it defines no policy as to what features must
!       be phased out eventually.
  
      - those which are designed to stay optional forever, e.g. if they
--- 38,47 ----
        which time specifying use of them is not necessary anymore.  The
        features for which the syntax of the "Back to the __future__"
!       PEP 236, Back to the __future__[3] was proposed fall into this
!       category.  This PEP supports declaring such features, and
!       supports phasing out the "old" meaning of constructs whose
!       semantics has changed under the new feature.  However, it
!       defines no policy as to what features must be phased out
!       eventually.
  
      - those which are designed to stay optional forever, e.g. if they
***************
*** 151,159 ****
  References and Footnotes
  
!     [1] http://python.sourceforge.net/peps/pep-0005.html
  
!     [2] http://python.sourceforge.net/peps/pep-0227.html
  
!     [3] http://python.sourceforge.net/peps/pep-0236.html
  
  
--- 152,163 ----
  References and Footnotes
  
!     [1] PEP 5, Guidelines for Language Evolution, Prescod
!         http://www.python.org/peps/pep-0005.html
  
!     [2] PEP 227, Statically Nested Scopes, Hylton
!         http://www.python.org/peps/pep-0227.html
  
!     [3] PEP 236, Back to the __future__, Peters
!         http://www.python.org/peps/pep-0236.html
  
  

Index: pep-0245.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0245.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pep-0245.txt	2001/03/28 20:45:35	1.4
--- pep-0245.txt	2001/07/05 19:20:16	1.5
***************
*** 469,484 ****
  
      [3] PEP 232, Function Attributes, Warsaw
!         http://python.sourceforge.net/peps/pep-0232.html
  
      [4] PEP 233, Python Online Help, Prescod
!         http://python.sourceforge.net/peps/pep-0233.html
  
      [5] http://www.lemburg.com/files/python/mxProxy.html
  
      [6] PEP 236, Back to the __future__, Peters
!         http://python.sourceforge.net/peps/pep-0236.html
  
      [7] PEP 230, Warning Framework, van Rossum
!         http://python.sourceforge.net/peps/pep-0236.html
  
  
--- 469,484 ----
  
      [3] PEP 232, Function Attributes, Warsaw
!         http://www.python.org/peps/pep-0232.html
  
      [4] PEP 233, Python Online Help, Prescod
!         http://www.python.org/peps/pep-0233.html
  
      [5] http://www.lemburg.com/files/python/mxProxy.html
  
      [6] PEP 236, Back to the __future__, Peters
!         http://www.python.org/peps/pep-0236.html
  
      [7] PEP 230, Warning Framework, van Rossum
!         http://www.python.org/peps/pep-0236.html
  
  

Index: pep-0246.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0246.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pep-0246.txt	2001/03/29 14:43:11	1.2
--- pep-0246.txt	2001/07/05 19:20:16	1.3
***************
*** 532,536 ****
      [8] http://mail.python.org/pipermail/python-list/2001-March/035197.html
  
!     [9] PEP 234, Iterators, Yee
          http://www.python.org/peps/pep-0234.txt
  
--- 532,536 ----
      [8] http://mail.python.org/pipermail/python-list/2001-March/035197.html
  
!     [9] PEP 234, Iterators, Yee, Van Rossum
          http://www.python.org/peps/pep-0234.txt
  

Index: pep-0255.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0255.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** pep-0255.txt	2001/06/24 07:13:11	1.13
--- pep-0255.txt	2001/07/05 19:20:16	1.14
***************
*** 452,466 ****
  Footnotes and References
  
!     [1] PEP 234, http://python.sf.net/peps/pep-0234.html
      [2] http://www.stackless.com/
!     [3] PEP 219, http://python.sf.net/peps/pep-0219.html
      [4] "Iteration Abstraction in Sather"
          Murer , Omohundro, Stoutamire and Szyperski
          http://www.icsi.berkeley.edu/~sather/Publications/toplas.html
      [5] http://www.cs.arizona.edu/icon/
!     [6] The concept of iterators is described in PEP 234
!         http://python.sf.net/peps/pep-0234.html
      [7] http://python.ca/nas/python/generator.diff
!     [8] http://python.sf.net/peps/pep-0236.html
      [9] To experiment with this implementation, check out Python from CVS
          according to the instructions at
--- 452,476 ----
  Footnotes and References
  
!     [1] PEP 234, Iterators, Yee, Van Rossum
!         http://www.python.org/peps/pep-0234.html
! 
      [2] http://www.stackless.com/
! 
!     [3] PEP 219, Stackless Python, McMillan
!         http://www.python.org/peps/pep-0219.html
! 
      [4] "Iteration Abstraction in Sather"
          Murer , Omohundro, Stoutamire and Szyperski
          http://www.icsi.berkeley.edu/~sather/Publications/toplas.html
+ 
      [5] http://www.cs.arizona.edu/icon/
! 
!     [6] The concept of iterators is described in PEP 234.  See [1] above.
! 
      [7] http://python.ca/nas/python/generator.diff
! 
!     [8] PEP 236, Back to the __future__, Peters
!         http://www.python.org/peps/pep-0236.html
! 
      [9] To experiment with this implementation, check out Python from CVS
          according to the instructions at

Index: pep-0256.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0256.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0256.txt	2001/06/06 05:55:51	1.1
--- pep-0256.txt	2001/07/05 19:20:16	1.2
***************
*** 183,187 ****
         - First line is a one-line synopsis.
  
!        PEP 257, "Docstring Conventions" [12], documents these issues.
  
      2. Docstring processing system generic implementation details.
--- 183,187 ----
         - First line is a one-line synopsis.
  
!        PEP 257, Docstring Conventions[12], documents these issues.
  
      2. Docstring processing system generic implementation details.
***************
*** 206,211 ****
  
         These issues are applicable to any docstring processing system
!        implementation.  PEP 258, "DPS Generic Implementation Details"
!        [13], documents these issues.
  
      3. Docstring processing system implementation.
--- 206,211 ----
  
         These issues are applicable to any docstring processing system
!        implementation.  PEP 258, DPS Generic Implementation
!        Details[13], documents these issues.
  
      3. Docstring processing system implementation.
***************
*** 264,268 ****
  References and Footnotes
  
!     [1] http://python.sf.net/peps/pep-0216.html
  
      [2] http://www.literateprogramming.com/
--- 264,269 ----
  References and Footnotes
  
!     [1] PEP 236, Docstring Format, Zadka
!         http://www.python.org/peps/pep-0216.html
  
      [2] http://www.literateprogramming.com/
***************
*** 286,292 ****
      [11] http://dev.zope.org/Members/jim/StructuredTextWiki/FrontPage/
  
!     [12] http://python.sf.net/peps/pep-0257.html
  
!     [13] http://python.sf.net/peps/pep-0258.html
  
  
--- 287,295 ----
      [11] http://dev.zope.org/Members/jim/StructuredTextWiki/FrontPage/
  
!     [12] PEP 257, Docstring Conventions, Goodger, Van Rossum
!          http://www.python.org/peps/pep-0257.html
  
!     [13] PEP 258, DPS Generic Implementation Details, Goodger
!          http://www.python.org/peps/pep-0258.html
  
  
***************
*** 298,304 ****
  Acknowledgements
  
!     This document borrows text from PEP 216 "Docstring Format" by
!     Moshe Zadka [1].  It is intended as a reorganization of PEP 216
!     and its approach.
  
      This document also borrows ideas from the archives of the Python
--- 301,307 ----
  Acknowledgements
  
!     This document borrows text from PEP 216, Docstring Format by Moshe
!     Zadka[1].  It is intended as a reorganization of PEP 216 and its
!     approach.
  
      This document also borrows ideas from the archives of the Python

Index: pep-0257.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0257.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pep-0257.txt	2001/06/19 11:43:26	1.3
--- pep-0257.txt	2001/07/05 19:20:16	1.4
***************
*** 206,217 ****
  References and Footnotes
  
!     [1] http://python.sf.net/peps/pep-0256.html
  
!     [2] http://python.sf.net/peps/pep-0258.html
  
      [3] Guido van Rossum, Python's creator and Benevolent Dictator For
          Life.
  
!     [4] http://www.python.org/doc/essays/styleguide.html
  
      [5] http://www.python.org/sigs/doc-sig/
--- 206,220 ----
  References and Footnotes
  
!     [1] PEP 256, Docstring Processing System Framework, Goodger
!         http://www.python.org/peps/pep-0256.html
  
!     [2] PEP 258, DPS Generic Implementation Details, Goodger
!         http://www.python.org/peps/pep-0258.html
  
      [3] Guido van Rossum, Python's creator and Benevolent Dictator For
          Life.
  
!     [4] PEP 8, Style Guide for Python Code, van Rossum, Warsaw
!         http://www.python.org/peps/pep-0008.html
  
      [5] http://www.python.org/sigs/doc-sig/

Index: pep-0258.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0258.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0258.txt	2001/06/06 05:54:49	1.1
--- pep-0258.txt	2001/07/05 19:20:16	1.2
***************
*** 313,323 ****
  References and Footnotes
  
!     [1] http://python.sf.net/peps/pep-0256.html
  
      [2] http://www.python.org/sigs/doc-sig/
  
!     [3] http://python.sf.net/peps/pep-0224.html
  
!     [4] http://python.sf.net/peps/pep-0257.html
  
      [5] http://www.rfc-editor.org/rfc/rfc1766.txt
--- 313,326 ----
  References and Footnotes
  
!     [1] PEP 256, Docstring Processing System Framework, Goodger
!         http://www.python.org/peps/pep-0256.html
  
      [2] http://www.python.org/sigs/doc-sig/
  
!     [3] PEP 224, Attribute Docstrings, Lemburg
!         http://www.python.org/peps/pep-0224.html
  
!     [4] PEP 257, Docstring Conventions, Goodger, Van Rossum
!         http://www.python.org/peps/pep-0257.html
  
      [5] http://www.rfc-editor.org/rfc/rfc1766.txt