From: Guido van Rossum Date: Fri, 9 Feb 2007 05:42:38 +0000 (+0000) Subject: Note that print is a function now. X-Git-Tag: v3.0a1~1250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4502c804b9f15d26d7636d9c3b5f7faadb2f5362;p=thirdparty%2FPython%2Fcpython.git Note that print is a function now. --- diff --git a/Misc/NEWS b/Misc/NEWS index 984bf81fe04a..8b6d0696ea81 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -36,6 +36,8 @@ TO DO 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