Move mailbox change into 'completed'

This commit is contained in:
Andrew M. Kuchling 2006-04-27 17:33:42 +00:00
parent 2652ae46f8
commit 4c0a068f90
1 changed files with 3 additions and 6 deletions

View File

@ -98,6 +98,9 @@ Completed features for 2.5
- 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 @@ Open issues
"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.