[Python-3000-checkins] r53599 - python/branches/p3yk/Misc/NEWS

brett.cannon python-3000-checkins at python.org
Tue Jan 30 00:44:37 CET 2007


Author: brett.cannon
Date: Tue Jan 30 00:44:37 2007
New Revision: 53599

Modified:
   python/branches/p3yk/Misc/NEWS
Log:
Add missing entry for PEP 3102 (keyword-only arguments).


Modified: python/branches/p3yk/Misc/NEWS
==============================================================================
--- python/branches/p3yk/Misc/NEWS	(original)
+++ python/branches/p3yk/Misc/NEWS	Tue Jan 30 00:44:37 2007
@@ -36,6 +36,8 @@
 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.


More information about the Python-3000-checkins mailing list