summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-01-29 23:44:37 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-01-29 23:44:37 (GMT)
commit398db8be63d2ee093266943f189b4c5d570fedfa (patch)
tree49316f14398e4531d5c97d9d921ab8429abaf8fe /Misc/NEWS
parente33a6112b43b02d207a75fab0ccab53dd70ccaaf (diff)
downloadcpython-398db8be63d2ee093266943f189b4c5d570fedfa.zip
cpython-398db8be63d2ee093266943f189b4c5d570fedfa.tar.gz
cpython-398db8be63d2ee093266943f189b4c5d570fedfa.tar.bz2
Add missing entry for PEP 3102 (keyword-only arguments).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0f19539..e23b957 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.