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

Barry Warsaw python-dev@python.org
Tue, 22 Aug 2000 22:10:00 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Added the `D'eferred flag, and marked as deferred all standards track
PEPs pushed back past 2.0: 205, 207-213, 215, 217-219, 222.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** pep-0000.txt	2000/08/23 05:04:12	1.27
--- pep-0000.txt	2000/08/23 05:09:57	1.28
***************
*** 30,51 ****
   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
!  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
!  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
!  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
!  S   222  pep-0222.txt  Web Library Enhancements               Kuchling
   S   223  pep-0223.txt  Change the Meaning of \x Escapes       Peters
  
--- 30,51 ----
   S   203  pep-0203.txt  Augmented Assignments                  Wouters
   S   204  pep-0204.txt  Range Literals                         Wouters
!  SD  205  pep-0205.txt  Weak References                        Drake
   I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
!  SD  207  pep-0207.txt  Rich Comparisons                       Ascher
!  SD  208  pep-0208.txt  Reworking the Coercion Model           Ascher
!  SD  209  pep-0209.txt  Adding Multidimensional Arrays         Ascher
!  SD  210  pep-0210.txt  Decoupling the Interpreter Loop        Ascher
!  SD  211  pep-0211.txt  Adding New Linear Algebra Operators    Wilson
!  SD  212  pep-0212.txt  Loop Counter Iteration                 Schneider-Kamp
!  SD  213  pep-0213.txt  Attribute Access Handlers              Prescod
   SA  214  pep-0214.txt  Extended Print Statement               Warsaw
!  SD  215  pep-0215.txt  String Interpolation                   Yee
   I   216  pep-0216.txt  Docstring Format                       Zadka
!  SD  217  pep-0217.txt  Display Hook for Interactive Use       Zadka
!  SD  218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
!  SD  219  pep-0219.txt  Stackless Python                       McMillan
   I   220  pep-0220.txt  Coroutines, Generators, Continuations  McMillan
   SA  221  pep-0221.txt  Import As                              Wouters
!  SD  222  pep-0222.txt  Web Library Enhancements               Kuchling
   S   223  pep-0223.txt  Change the Meaning of \x Escapes       Peters
  
***************
*** 57,60 ****
--- 57,61 ----
      A - Accepted proposal
      R - Rejected proposal
+     D - Deferred proposal