]> granicus.if.org Git - python/commit
Add built-in Print() function. This is PEP 3105 except for the name;
authorGuido van Rossum <guido@python.org>
Thu, 30 Nov 2006 22:13:52 +0000 (22:13 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Nov 2006 22:13:52 +0000 (22:13 +0000)
commit343435146a48d7922041a37bbd714fe5291523ff
treeb9799138eb91a0c57bf8a6336952179622215ee3
parent629712827b0c0cc94d1fd2433c66e6b7258a453d
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.
Python/bltinmodule.c