From: Brett Cannon Date: Mon, 29 Jan 2007 23:44:37 +0000 (+0000) Subject: Add missing entry for PEP 3102 (keyword-only arguments). X-Git-Tag: v3.0a1~1259 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=398db8be63d2ee093266943f189b4c5d570fedfa;p=thirdparty%2FPython%2Fcpython.git Add missing entry for PEP 3102 (keyword-only arguments). --- diff --git a/Misc/NEWS b/Misc/NEWS index 0f19539a2a3e..e23b957cf72d 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.