[Python-checkins] r43007 - peps/trunk/pep-0356.txt
georg.brandl
python-checkins at python.org
Mon Mar 13 16:26:13 CET 2006
Author: georg.brandl
Date: Mon Mar 13 16:26:13 2006
New Revision: 43007
Modified:
peps/trunk/pep-0356.txt
Log:
contextlib is still undocumented
Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt (original)
+++ peps/trunk/pep-0356.txt Mon Mar 13 16:26:13 2006
@@ -51,7 +51,7 @@
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
More information about the Python-checkins
mailing list