summaryrefslogtreecommitdiff
path: root/Lib/test/test_print.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge fromChristian Heimes2008-03-211-0/+2
* Add __future__ import for print_function. It's a no-op in 3.0, but it needs ...Eric Smith2008-03-201-0/+7
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-13/+1
* Blocked 61577, implementation of print function.Eric Smith2008-03-181-5/+25
* Added test_print.py. I want to have a test suite when the print function is ...Eric Smith2008-03-181-0/+102