Move mailbox change into 'completed'
This commit is contained in:
parent
2652ae46f8
commit
4c0a068f90
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue