diff --git a/pep-0356.txt b/pep-0356.txt index 2057d4a68..227afb402 100644 --- a/pep-0356.txt +++ b/pep-0356.txt @@ -98,6 +98,8 @@ Completed features for 2.5 - Added PEP 302 zipfile/__loader__ support to the following modules: warnings, linecache, inspect, traceback, site, and doctest + - Added pybench Python benchmark suite -- by Marc-Andre Lemburg + - 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.)