summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_print.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-2/+2
* Comment how 'from __future__ import print_function' operates in 3.0.Eric Smith2008-03-201-0/+2
* Use test.test_support.captured_stdout instead of a custom contextmanager.Eric Smith2008-03-191-13/+1
* Backport of the print function, using a __future__ import.Eric Smith2008-03-181-0/+129