[Python-checkins] CVS: python/nondist/peps pep-0268.txt,1.5,1.6 pep-0000.txt,1.136,1.137

Greg Stein gstein@users.sourceforge.net
Sun, 21 Oct 2001 15:55:39 -0700


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

Modified Files:
	pep-0268.txt pep-0000.txt 
Log Message:
There is no way that #268 is going to be completed in time for Python 2.2.
Move it out to a future release.



Index: pep-0268.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0268.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0268.txt	2001/09/11 00:34:48	1.5
--- pep-0268.txt	2001/10/21 22:55:37	1.6
***************
*** 7,11 ****
  Type: Standards Track
  Created: 20-Aug-2001
! Python-Version: 2.2
  Post-History: 21-Aug-2001
  
--- 7,11 ----
  Type: Standards Track
  Created: 20-Aug-2001
! Python-Version: 2.x
  Post-History: 21-Aug-2001
  
***************
*** 184,189 ****
  Reference Implementation
  
!     reference impl will probably go into /nondist/sandbox/ until
!     accepted into the main Lib directory ...
  
  
--- 184,190 ----
  Reference Implementation
  
!     The actual (future/final) implementation is being developed in the
!     /nondist/sandbox/Lib directory, until it is accepted and moved
!     into the main Lib directory.
  
  

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** pep-0000.txt	2001/10/18 18:00:50	1.136
--- pep-0000.txt	2001/10/21 22:55:37	1.137
***************
*** 62,66 ****
   S   265  Sorting Dictionaries by Value                Griffin
   S   267  Optimized Access to Module Namespaces        Hylton
-  S   268  Extended HTTP functionality and WebDAV       Stein
   S   269  Pgen Module for Python                       Riehl
   S   270  uniq method for list objects                 Petrone
--- 62,65 ----
***************
*** 87,90 ****
--- 86,90 ----
   S   254  Making Classes Look More Like Types          van Rossum
   S   266  Optimizing Global Variable/Attribute Access  Montanaro
+  S   268  Extended HTTP functionality and WebDAV       Stein
  
   Finished PEPs (done, implemented in CVS)