diff --git a/Misc/NEWS b/Misc/NEWS index 0f19539a2a3..e23b957cf72 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.