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

Fred L. Drake python-dev@python.org
Tue, 7 Nov 2000 22:23:37 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:

Moved the "Weak References" PEP from empty to incomplete, even though
there is more than an abstract (not enough of the required parts are
in place still).


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -r1.47 -r1.48
*** pep-0000.txt	2000/11/06 18:21:58	1.47
--- pep-0000.txt	2000/11/08 06:23:35	1.48
***************
*** 51,54 ****
--- 51,55 ----
   Incomplete PEPs (only an abstract)
  
+  SD  205  pep-0205.txt  Weak References                        Drake
   SD  218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
   SD  219  pep-0219.txt  Stackless Python                       McMillan
***************
*** 57,61 ****
   Empty PEPs (nothing written yet)
  
-  SD  205  pep-0205.txt  Weak References                        Drake
   SD  209  pep-0209.txt  Adding Multidimensional Arrays         Ascher
   SD  210  pep-0210.txt  Decoupling the Interpreter Loop        Ascher
--- 58,61 ----