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

View file

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