]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Note that print is a function now.
authorGuido van Rossum <guido@python.org>
Fri, 9 Feb 2007 05:42:38 +0000 (05:42 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Feb 2007 05:42:38 +0000 (05:42 +0000)
Misc/NEWS

index 984bf81fe04a6bfeab64d528e3e1a0eca0112611..8b6d0696ea819cd74a0fe1387abe50a5700c5860 100644 (file)
--- 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