[Python-checkins] r45760 - peps/trunk/pep-0356.txt

andrew.kuchling python-checkins at python.org
Thu Apr 27 19:33:43 CEST 2006


Author: andrew.kuchling
Date: Thu Apr 27 19:33:42 2006
New Revision: 45760

Modified:
   peps/trunk/pep-0356.txt
Log:
Move mailbox change into 'completed'

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Thu Apr 27 19:33:42 2006
@@ -98,6 +98,9 @@
       - Added PEP 302 zipfile/__loader__ support to the following modules:
         warnings, linecache, inspect, traceback, site, and doctest
 
+      - Add write support for mailboxes from the code in sandbox/mailbox.
+        (Owner: A.M. Kuchling.  It would still be good if another person
+        would take a look at the new code.)
 
 Possible features for 2.5
 
@@ -194,12 +197,6 @@
       "timing" (listed as obsolete), "cl" (listed as possibly not up-to-date),
       and "sv" (listed as obsolete hardware specific).
 
-    - Add write support for mailboxes from the code in sandbox/mailbox.
-      AMK will take one last look at the code for backward-compatibility
-      problems and then apply the changes before 2.5a2.
-      (Owner: A.M. Kuchling.  It would still be good if another person
-      would take a look at the new code.)
-
 Copyright
 
     This document has been placed in the public domain.


More information about the Python-checkins mailing list