contextlib is still undocumented
This commit is contained in:
parent
1c7dfaa953
commit
46703e2ec0
|
@ -51,7 +51,7 @@ Completed features for 2.5
|
||||||
PEP 341: Unified try-except/try-finally to try-except-finally
|
PEP 341: Unified try-except/try-finally to try-except-finally
|
||||||
PEP 342: Coroutines via Enhanced Generators
|
PEP 342: Coroutines via Enhanced Generators
|
||||||
PEP 343: The "with" Statement
|
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 352: Required Superclass for Exceptions
|
||||||
PEP 353: Using ssize_t as the index type
|
PEP 353: Using ssize_t as the index type
|
||||||
PEP 357: Allowing Any Object to be Used for Slicing
|
PEP 357: Allowing Any Object to be Used for Slicing
|
||||||
|
|
Loading…
Reference in New Issue