commit | 4502c804b9f15d26d7636d9c3b5f7faadb2f5362 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 09 05:42:38 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 09 05:42:38 2007 +0000 |
tree | befc86f719f82f3ab2877dd47dee1d88dc8c7847 | |
parent | be19ed77ddb047e02fe94d142181062af6d99dcc [diff] |
Note that print is a function now.
diff --git a/Misc/NEWS b/Misc/NEWS index 984bf81..8b6d069 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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