There is no way that #268 is going to be completed in time for Python 2.2.
Move it out to a future release.
This commit is contained in:
parent
697c965fbf
commit
65fa39f94a
|
@ -61,7 +61,6 @@ Index by Category
|
|||
S 263 Defining Python Source Code Encodings Lemburg
|
||||
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
|
||||
|
||||
|
@ -86,6 +85,7 @@ Index by Category
|
|||
S 246 Object Adaptation Evans
|
||||
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)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Author: gstein@lyra.org (Greg Stein)
|
|||
Status: Draft
|
||||
Type: Standards Track
|
||||
Created: 20-Aug-2001
|
||||
Python-Version: 2.2
|
||||
Python-Version: 2.x
|
||||
Post-History: 21-Aug-2001
|
||||
|
||||
|
||||
|
@ -183,8 +183,9 @@ WebDAV Features
|
|||
|
||||
Reference Implementation
|
||||
|
||||
reference impl will probably go into /nondist/sandbox/ until
|
||||
accepted into the main Lib directory ...
|
||||
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.
|
||||
|
||||
|
||||
References
|
||||
|
|
Loading…
Reference in New Issue