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. _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
