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

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


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

Modified Files:
	pep-0000.txt 
Log Message:
List PEP owners by last name, and give a key to their email address as
used in the PEP.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** pep-0000.txt	2000/08/21 13:35:37	1.25
--- pep-0000.txt	2000/08/22 05:14:50	1.26
***************
*** 17,53 ****
  Index
  
!      num  filename      title                                 owner
!      ---  ------------  -----                                 -----
!  I     0  pep-0000.txt  Index of Python Enhancement Proposals bwarsaw
!  I     1  pep-0001.txt  PEP Guidelines                        bwarsaw, jhylton
!  I     2  pep-0002.txt  Procedure for Adding New Modules      esr
! 
!  I   160  pep-0160.txt  Python 1.6 Release Schedule           fdrake
! 
!  I   200  pep-0200.txt  Python 2.0 Release Schedule           jhylton
!  SA  201  pep-0201.txt  Lockstep Iteration                    bwarsaw
!  S   202  pep-0202.txt  List Comprehensions                   tpeters
!  S   203  pep-0203.txt  Augmented Assignments                 twouters
!  S   204  pep-0204.txt  Range Literals                        twouters
!  S   205  pep-0205.txt  Weak References                       fdrake
!  I   206  pep-0206.txt  2.0 Batteries Included                moshez
!  S   207  pep-0207.txt  Rich Comparisons                      davida
!  S   208  pep-0208.txt  Reworking the Coercion Model          davida
!  S   209  pep-0209.txt  Adding Multidimensional Arrays        davida
!  S   210  pep-0210.txt  Decoupling the Interpreter Loop       davida
!  T   211  pep-0211.txt  Adding New Linear Algebra Operators   gvwilson
!  S   212  pep-0212.txt  Additional Builtin Generators         bwarsaw
!  S   213  pep-0213.txt  Attribute Access Handlers             prescod
!  SA  214  pep-0214.txt  Extended Print Statement              bwarsaw
!  S   215  pep-0215.txt  String Interpolation                  ping
!  I   216  pep-0216.txt  Docstring Format                      moshez
!  S   217  pep-0217.txt  Display Hook for Interactive Use      moshez
!  S   218  pep-0218.txt  Adding a Built-In Set Object Type     gvwilson
!  T   219  pep-0219.txt  Stackless Python                      gmcm
!  I   220  pep-0220.txt  Coroutines, Generators, Continuations gmcm
!  SA  221  pep-0221.txt  Import As                             twouters
!  S   222  pep-0222.txt  Web Library Enhancements              akuchlin
!  S   223  pep-0223.txt  Change the Meaning of \x Escapes      tpeters
  
  Key
  
--- 17,54 ----
  Index
  
!      num  filename      title                                  owner
!      ---  ------------  -----                                  -----
!  I     0  pep-0000.txt  Index of Python Enhancement Proposals  Warsaw
!  I     1  pep-0001.txt  PEP Guidelines                         Warsaw, Hylton
!  I     2  pep-0002.txt  Procedure for Adding New Modules       Raymond
  
+  I   160  pep-0160.txt  Python 1.6 Release Schedule            Drake
+ 
+  I   200  pep-0200.txt  Python 2.0 Release Schedule            Hylton
+  SA  201  pep-0201.txt  Lockstep Iteration                     Warsaw
+  S   202  pep-0202.txt  List Comprehensions                    Peters
+  S   203  pep-0203.txt  Augmented Assignments                  Wouters
+  S   204  pep-0204.txt  Range Literals                         Wouters
+  S   205  pep-0205.txt  Weak References                        Drake
+  I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
+  S   207  pep-0207.txt  Rich Comparisons                       Ascher
+  S   208  pep-0208.txt  Reworking the Coercion Model           Ascher
+  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
+  S   215  pep-0215.txt  String Interpolation                   Yee
+  I   216  pep-0216.txt  Docstring Format                       Zadka
+  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
+  S   222  pep-0222.txt  Web Library Enhancements               Kuchling
+  S   223  pep-0223.txt  Change the Meaning of \x Escapes       Peters
+ 
+ 
  Key
  
***************
*** 57,60 ****
--- 58,80 ----
      A - Accepted proposal
      R - Rejected proposal
+ 
+ 
+ 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