commit | 343435146a48d7922041a37bbd714fe5291523ff | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Nov 30 22:13:52 2006 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Nov 30 22:13:52 2006 +0000 |
tree | b9799138eb91a0c57bf8a6336952179622215ee3 | |
parent | 629712827b0c0cc94d1fd2433c66e6b7258a453d [diff] |
Add built-in Print() function. This is PEP 3105 except for the name; I'll rename it to print() later. Now I can start working on the refactoring tool for print -> Print(). Also, sep and end should be required to be strings (or Unicode?). Someone please volunteer.