]> granicus.if.org Git - python/commit
Use test.test_support.captured_stdout instead of a custom contextmanager.
authorEric Smith <eric@trueblade.com>
Wed, 19 Mar 2008 12:09:55 +0000 (12:09 +0000)
committerEric Smith <eric@trueblade.com>
Wed, 19 Mar 2008 12:09:55 +0000 (12:09 +0000)
commite50444597218da4fc9c7397c06e857125aa29d98
tree9ea8f6802ea51c8b39ec45508f0cbe3cabe659a7
parent4f4738f015c5d16cac3440adfe40b4ac52ba2316
Use test.test_support.captured_stdout instead of a custom contextmanager.
Thanks Nick Coghlan.
Lib/test/test_print.py