Author: brett.cannon Date: Tue May 15 01:47:18 2007 New Revision: 55332 Modified: python/branches/p3yk/Misc/NEWS Log: Mention PEP 3113. And thanks to Tony Lownds for the PEP 3113 patch.
Modified: python/branches/p3yk/Misc/NEWS ============================================================================== --- python/branches/p3yk/Misc/NEWS (original) +++ python/branches/p3yk/Misc/NEWS Tue May 15 01:47:18 2007 @@ -26,6 +26,8 @@ Core and Builtins ----------------- +- Remove tuple parameter unpacking (PEP 3113). + - Remove the f_restricted attribute from frames. This naturally leads to teh removal of PyEval_GetRestricted() and PyFrame_IsRestricted(). _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
