Commit 398db8be authored by Brett Cannon's avatar Brett Cannon

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

parent e33a6112
...@@ -36,6 +36,8 @@ TO DO ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment