]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added test_print.py. I want to have a test suite when the print function is backport...
authorEric Smith <eric@trueblade.com>
Tue, 18 Mar 2008 15:35:27 +0000 (15:35 +0000)
committerEric Smith <eric@trueblade.com>
Tue, 18 Mar 2008 15:35:27 +0000 (15:35 +0000)
commit799c3004553f6f09105addf7ea46165ef3ffc34b
treece5c2a3f11da0c7296d8901a83641427256cd26c
parentb186d0084c9f46042f44ed773f7552c3f35e6e91
Added test_print.py.  I want to have a test suite when the print function is backported to 2.6 as a future import.
Lib/test/test_print.py [new file with mode: 0644]