Author: guido.van.rossum Date: Fri Feb 9 06:42:38 2007 New Revision: 53688
Modified: python/branches/p3yk/Misc/NEWS Log: Note that print is a function now. Modified: python/branches/p3yk/Misc/NEWS ============================================================================== --- python/branches/p3yk/Misc/NEWS (original) +++ python/branches/p3yk/Misc/NEWS Fri Feb 9 06:42:38 2007 @@ -36,6 +36,8 @@ Core and Builtins ----------------- +- PEP 3105: print is now a function. + - PEP 3102: keyword-only arguments. - Int/Long unification is mostly complete. The 'long' built-in type _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
