contextlib is still undocumented

This commit is contained in:
Georg Brandl 2006-03-13 15:26:13 +00:00
parent 1c7dfaa953
commit 46703e2ec0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Completed features for 2.5
PEP 341: Unified try-except/try-finally to try-except-finally
PEP 342: Coroutines via Enhanced Generators
PEP 343: The "with" Statement
(still need Doc/ref updates)
(still need updates in Doc/ref and for the contextlib module)
PEP 352: Required Superclass for Exceptions
PEP 353: Using ssize_t as the index type
PEP 357: Allowing Any Object to be Used for Slicing