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

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 21 Mar 2001 09:50:47 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
PEP 224 is Rejected by BDFL decree.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** pep-0000.txt	2001/03/21 17:31:54	1.77
--- pep-0000.txt	2001/03/21 17:50:45	1.78
***************
*** 65,69 ****
   SD  219  pep-0219.txt  Stackless Python                       McMillan
   S   222  pep-0222.txt  Web Library Enhancements               Kuchling
-  SD  224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SD  225  pep-0225.txt  Elementwise/Objectwise Operators       Zhu, Lielens
   S   228  pep-0228.txt  Reworking Python's Numeric Model       Zadka
--- 65,68 ----
***************
*** 93,96 ****
--- 92,96 ----
  
   SR  204  pep-0204.txt  Range Literals                         Wouters
+  SR  224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SR  231  pep-0231.txt  __findattr__()                         Warsaw
  
***************
*** 155,158 ****
--- 155,159 ----
   S   242  pep-0242.txt  Numeric Kinds                          Dubois
   S   243  pep-0243.txt  Module Repository Upload Mechanism     Reifschneider
+  S   244  pep-0244.txt  The `directive' Statement              von Loewis