Add missing entry for PEP 3102 (keyword-only arguments).
This commit is contained in:
parent
e33a6112b4
commit
398db8be63
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue