From 65fa39f94a1aa68aee7fa07e5b6b01aeffb2bda9 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Sun, 21 Oct 2001 22:55:37 +0000 Subject: [PATCH] There is no way that #268 is going to be completed in time for Python 2.2. Move it out to a future release. --- pep-0000.txt | 2 +- pep-0268.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index f40de3b54..ff74ec54d 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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) diff --git a/pep-0268.txt b/pep-0268.txt index 9bebb8146..26b3d6b5d 100644 --- a/pep-0268.txt +++ b/pep-0268.txt @@ -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