diff options
author | Guido van Rossum <guido@python.org> | 2007-02-09 05:42:38 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-02-09 05:42:38 (GMT) |
commit | 4502c804b9f15d26d7636d9c3b5f7faadb2f5362 (patch) | |
tree | befc86f719f82f3ab2877dd47dee1d88dc8c7847 /Misc | |
parent | be19ed77ddb047e02fe94d142181062af6d99dcc (diff) | |
download | cpython-4502c804b9f15d26d7636d9c3b5f7faadb2f5362.zip cpython-4502c804b9f15d26d7636d9c3b5f7faadb2f5362.tar.gz cpython-4502c804b9f15d26d7636d9c3b5f7faadb2f5362.tar.bz2 |
Note that print is a function now.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |