[Python-checkins] CVS: python/nondist/peps pep-0001.txt,1.30,1.31 pep-0200.txt,1.48,1.49 pep-0269.txt,1.1,1.2 pep-0276.txt,1.3,1.4 pep-0279.txt,1.9,1.10 pep-0288.txt,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Fri, 05 Apr 2002 11:42:58 -0800


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

Modified Files:
	pep-0001.txt pep-0200.txt pep-0269.txt pep-0276.txt 
	pep-0279.txt pep-0288.txt 
Log Message:
Update PEP URLs to prefer www.python.org.

Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** pep-0001.txt	2 Apr 2002 03:20:07 -0000	1.30
--- pep-0001.txt	5 Apr 2002 19:42:56 -0000	1.31
***************
*** 347,351 ****
  
          The URL for viewing PEPs on the web is
!         http://python.sourceforge.net/peps/
  
      [6] http://sourceforge.net/tracker/?group_id=5470&atid=305470
--- 347,351 ----
  
          The URL for viewing PEPs on the web is
!         http://www.python.org/peps/
  
      [6] http://sourceforge.net/tracker/?group_id=5470&atid=305470

Index: pep-0200.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0200.txt,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** pep-0200.txt	1 Aug 2001 20:11:56 -0000	1.48
--- pep-0200.txt	5 Apr 2002 19:42:56 -0000	1.49
***************
*** 311,315 ****
      * Extended print statement - Barry Warsaw
        PEP 214
!       http://python.sourceforge.net/peps/pep-0214.html
        SF Patch #100970
        http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470
--- 311,315 ----
      * Extended print statement - Barry Warsaw
        PEP 214
!       http://www.python.org/peps/pep-0214.html
        SF Patch #100970
        http://sourceforge.net/patch/?func=detailpatch&patch_id=100970&group_id=5470

Index: pep-0269.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0269.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pep-0269.txt	7 Sep 2001 22:35:39 -0000	1.1
--- pep-0269.txt	5 Apr 2002 19:42:56 -0000	1.2
***************
*** 158,173 ****
  
      [1] The (defunct) Python Compiler-SIG
!         http://python.org/sigs/compiler-sig/
  
      [2] Parser Module Documentation
!         http://python.org/doc/current/lib/module-parser.html
  
!     [3] Hylton, Jeremy.  FIXME: Reference Compiler Document
  
      [4] Pelletier, Michel. "Python Interface Syntax", PEP-245.
!         http://python.sourceforge.net/peps/pep-0245.html
  
      [5] The Python Types-SIG
!         http://python.org/sigs/types-sig/
  
  
--- 158,174 ----
  
      [1] The (defunct) Python Compiler-SIG
!         http://www.python.org/sigs/compiler-sig/
  
      [2] Parser Module Documentation
!         http://www.python.org/doc/current/lib/module-parser.html
  
!     [3] Hylton, Jeremy.
!         http://www.python.org/doc/current/lib/compiler.html
  
      [4] Pelletier, Michel. "Python Interface Syntax", PEP-245.
!         http://www.python.org/peps/pep-0245.html
  
      [5] The Python Types-SIG
!         http://www.python.org/sigs/types-sig/
  
  

Index: pep-0276.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0276.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0276.txt	11 Mar 2002 18:54:40 -0000	1.3
--- pep-0276.txt	5 Apr 2002 19:42:56 -0000	1.4
***************
*** 390,400 ****
  
      [1] PEP 234, Iterators
!     http://python.sourceforge.net/peps/pep-0234.html
  
      [2] PEP 204, Range Literals
!     http://python.sourceforge.net/peps/pep-0204.html
  
      [3] PEP 212, Loop Counter Iteration
!     http://python.sourceforge.net/peps/pep-0212.html
  
  
--- 390,400 ----
  
      [1] PEP 234, Iterators
!     http://www.python.org/peps/pep-0234.html
  
      [2] PEP 204, Range Literals
!     http://www.python.org/peps/pep-0204.html
  
      [3] PEP 212, Loop Counter Iteration
!     http://www.python.org/peps/pep-0212.html
  
  

Index: pep-0279.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0279.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pep-0279.txt	1 Apr 2002 16:04:27 -0000	1.9
--- pep-0279.txt	5 Apr 2002 19:42:56 -0000	1.10
***************
*** 324,337 ****
  
      [1] PEP 255 Simple Generators
!         http://python.sourceforge.net/peps/pep-0255.html
  
      [2] PEP 212 Loop Counter Iteration
!         http://python.sourceforge.net/peps/pep-0212.html
  
      [3] PEP 202 List Comprehensions
!         http://python.sourceforge.net/peps/pep-0202.html
  
      [4] PEP 234 Iterators
!         http://python.sourceforge.net/peps/pep-0234.html
  
      [5] A pure Python simulation of every feature in this PEP is at:
--- 324,337 ----
  
      [1] PEP 255 Simple Generators
!         http://www.python.org/peps/pep-0255.html
  
      [2] PEP 212 Loop Counter Iteration
!         http://www.python.org/peps/pep-0212.html
  
      [3] PEP 202 List Comprehensions
!         http://www.python.org/peps/pep-0202.html
  
      [4] PEP 234 Iterators
!         http://www.python.org/peps/pep-0234.html
  
      [5] A pure Python simulation of every feature in this PEP is at:

Index: pep-0288.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0288.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pep-0288.txt	1 Apr 2002 16:10:19 -0000	1.1
--- pep-0288.txt	5 Apr 2002 19:42:56 -0000	1.2
***************
*** 386,393 ****
  
      [1] PEP 255 Simple Generators
!         http://python.sourceforge.net/peps/pep-0255.html
  
      [2] PEP 234 Iterators
!         http://python.sourceforge.net/peps/pep-0234.html
  
      [3] Dr. David Mertz's draft column for Charming Python.
--- 386,393 ----
  
      [1] PEP 255 Simple Generators
!         http://www.python.org/peps/pep-0255.html
  
      [2] PEP 234 Iterators
!         http://www.python.org/peps/pep-0234.html
  
      [3] Dr. David Mertz's draft column for Charming Python.
***************
*** 406,410 ****
  
      [7] PEP 279 Enhanced Generators
!         http://python.sourceforge.net/peps/pep-0279.html
  
  
--- 406,410 ----
  
      [7] PEP 279 Enhanced Generators
!         http://www.python.org/peps/pep-0279.html