]> granicus.if.org Git - python/commitdiff
Add missing entry for PEP 3102 (keyword-only arguments).
authorBrett Cannon <bcannon@gmail.com>
Mon, 29 Jan 2007 23:44:37 +0000 (23:44 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 29 Jan 2007 23:44:37 +0000 (23:44 +0000)
Misc/NEWS

index 0f19539a2a3ebfcabbb11a9134e29fd73014965c..e23b957cf72d8746c953514639aaaac4d8ab05f1 100644 (file)
--- 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.