summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-02-09 05:42:38 (GMT)
committerGuido van Rossum <guido@python.org>2007-02-09 05:42:38 (GMT)
commit4502c804b9f15d26d7636d9c3b5f7faadb2f5362 (patch)
treebefc86f719f82f3ab2877dd47dee1d88dc8c7847
parentbe19ed77ddb047e02fe94d142181062af6d99dcc (diff)
downloadcpython-4502c804b9f15d26d7636d9c3b5f7faadb2f5362.zip
cpython-4502c804b9f15d26d7636d9c3b5f7faadb2f5362.tar.gz
cpython-4502c804b9f15d26d7636d9c3b5f7faadb2f5362.tar.bz2
Note that print is a function now.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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