From 4502c804b9f15d26d7636d9c3b5f7faadb2f5362 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 9 Feb 2007 05:42:38 +0000 Subject: Note that print is a function now. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 984bf81..8b6d069 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 -- cgit v0.12