Oops, Thomas finished the __future__ support.

This commit is contained in:
Neal Norwitz 2006-02-28 20:05:04 +00:00
parent 4271cdc07b
commit 690f5c7e75
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 needs __future__ support and Doc/ref updates)
(still Doc/ref updates)
PEP 353: Using ssize_t as the index type
- AST-based compiler