[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.26,1.27

Barry Warsaw python-dev@python.org
Tue, 22 Aug 2000 22:04:15 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Get rid of the `Technical' PEP category.  PEPs are either Standards
Track or Informational.  PEP 211 and 219 become Standards Track.

PEP 212 is hijacked, and renamed "Loop Counter Iteration".  It is
assigned to Peter Schneider-Kamp.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** pep-0000.txt	2000/08/22 05:14:50	1.26
--- pep-0000.txt	2000/08/23 05:04:12	1.27
***************
*** 36,41 ****
   S   209  pep-0209.txt  Adding Multidimensional Arrays         Ascher
   S   210  pep-0210.txt  Decoupling the Interpreter Loop        Ascher
!  T   211  pep-0211.txt  Adding New Linear Algebra Operators    Wilson
!  S   212  pep-0212.txt  Additional Builtin Generators          Warsaw
   S   213  pep-0213.txt  Attribute Access Handlers              Prescod
   SA  214  pep-0214.txt  Extended Print Statement               Warsaw
--- 36,41 ----
   S   209  pep-0209.txt  Adding Multidimensional Arrays         Ascher
   S   210  pep-0210.txt  Decoupling the Interpreter Loop        Ascher
!  S   211  pep-0211.txt  Adding New Linear Algebra Operators    Wilson
!  S   212  pep-0212.txt  Loop Counter Iteration                 Schneider-Kamp
   S   213  pep-0213.txt  Attribute Access Handlers              Prescod
   SA  214  pep-0214.txt  Extended Print Statement               Warsaw
***************
*** 44,48 ****
   S   217  pep-0217.txt  Display Hook for Interactive Use       Zadka
   S   218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
!  T   219  pep-0219.txt  Stackless Python                       McMillan
   I   220  pep-0220.txt  Coroutines, Generators, Continuations  McMillan
   SA  221  pep-0221.txt  Import As                              Wouters
--- 44,48 ----
   S   217  pep-0217.txt  Display Hook for Interactive Use       Zadka
   S   218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
!  S   219  pep-0219.txt  Stackless Python                       McMillan
   I   220  pep-0220.txt  Coroutines, Generators, Continuations  McMillan
   SA  221  pep-0221.txt  Import As                              Wouters
***************
*** 55,59 ****
      I - Informational PEP
      S - Standards Track PEP
-     T - Technical PEP
      A - Accepted proposal
      R - Rejected proposal
--- 55,58 ----
***************
*** 62,80 ****
  Owners
  
!     name                email address
!     ----------------    -------------
!     Ascher, David       davida@activestate.com
!     Drake, Fred         fdrake@beopen.com
!     Hylton, Jeremy      jeremy@beopen.com
!     Kuchling, Andrew    akuchlin@mems-exchange.org
!     McMillan, Gordon    gmcm@hypernet.com
!     Peters, Tim         tpeters@beopen.com
!     Prescod, Paul       paul@prescod.net
!     Raymond, Eric       esr@snark.thyrsus.com
!     Warsaw, Barry       bwarsaw@beopen.com
!     Wilson, Greg        gvwilson@nevex.com
!     Wouters, Thomas     thomas@xs4all.net
!     Yee, Ka-Ping        ping@lfw.org
!     Zadka, Moshe        moshez@math.huji.ac.il
  
  
--- 61,80 ----
  Owners
  
!     name                     email address
!     ----------------         -------------
!     Ascher, David            davida@activestate.com
!     Drake, Fred              fdrake@beopen.com
!     Hylton, Jeremy           jeremy@beopen.com
!     Kuchling, Andrew         akuchlin@mems-exchange.org
!     McMillan, Gordon         gmcm@hypernet.com
!     Peters, Tim              tpeters@beopen.com
!     Prescod, Paul            paul@prescod.net
!     Raymond, Eric            esr@snark.thyrsus.com
!     Schneider-Kamp, Peter    nownder@nowonder.de
!     Warsaw, Barry            bwarsaw@beopen.com
!     Wilson, Greg             gvwilson@nevex.com
!     Wouters, Thomas          thomas@xs4all.net
!     Yee, Ka-Ping             ping@lfw.org
!     Zadka, Moshe             moshez@math.huji.ac.il