diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-01-29 23:44:37 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-01-29 23:44:37 (GMT) |
commit | 398db8be63d2ee093266943f189b4c5d570fedfa (patch) | |
tree | 49316f14398e4531d5c97d9d921ab8429abaf8fe /Misc/NEWS | |
parent | e33a6112b43b02d207a75fab0ccab53dd70ccaaf (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |