Note that print is a function now.

This commit is contained in:
Guido van Rossum 2007-02-09 05:42:38 +00:00
parent be19ed77dd
commit 4502c804b9
1 changed files with 2 additions and 0 deletions

View File

@ -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