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

Barry Warsaw python-dev@python.org
Sat, 23 Sep 2000 01:26:44 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
PEPs 201, 203, 214, and 223 are marked as Final.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** pep-0000.txt	2000/09/19 15:29:10	1.32
--- pep-0000.txt	2000/09/23 08:26:40	1.33
***************
*** 27,33 ****
  
   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
!  SA  203  pep-0203.txt  Augmented Assignments                  Wouters
   S   204  pep-0204.txt  Range Literals                         Wouters
   SD  205  pep-0205.txt  Weak References                        Drake
--- 27,33 ----
  
   I   200  pep-0200.txt  Python 2.0 Release Schedule            Hylton
!  SF  201  pep-0201.txt  Lockstep Iteration                     Warsaw
   S   202  pep-0202.txt  List Comprehensions                    Peters
!  SF  203  pep-0203.txt  Augmented Assignments                  Wouters
   S   204  pep-0204.txt  Range Literals                         Wouters
   SD  205  pep-0205.txt  Weak References                        Drake
***************
*** 40,44 ****
   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
--- 40,44 ----
   SD  212  pep-0212.txt  Loop Counter Iteration                 Schneider-Kamp
   SD  213  pep-0213.txt  Attribute Access Handlers              Prescod
!  SF  214  pep-0214.txt  Extended Print Statement               Warsaw
   SD  215  pep-0215.txt  String Interpolation                   Yee
   I   216  pep-0216.txt  Docstring Format                       Zadka
***************
*** 49,53 ****
   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
   S   224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SD  225  pep-0225.txt  Elementwise/Objectwise Operators       Zhu, Lielens
--- 49,53 ----
   SA  221  pep-0221.txt  Import As                              Wouters
   SD  222  pep-0222.txt  Web Library Enhancements               Kuchling
!  SF  223  pep-0223.txt  Change the Meaning of \x Escapes       Peters
   S   224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SD  225  pep-0225.txt  Elementwise/Objectwise Operators       Zhu, Lielens
***************
*** 60,63 ****
--- 60,64 ----
      R - Rejected proposal
      D - Deferred proposal
+     F - Final proposal