Add missing entry for PEP 3102 (keyword-only arguments).

This commit is contained in:
Brett Cannon 2007-01-29 23:44:37 +00:00
parent e33a6112b4
commit 398db8be63
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ TO DO
Core and Builtins
-----------------
- PEP 3102: keyword-only arguments.
- Int/Long unification is halfway complete. The 'long' built-in type
hasn't been removed yet, and literals with trailing 'L' or 'l' are
still recognized. Performance may be sub-optimal.