]> granicus.if.org Git - python/commit
Generalize test.test_support.test_stdout() with a base context manager so that
authorBrett Cannon <bcannon@gmail.com>
Tue, 1 Apr 2008 12:37:43 +0000 (12:37 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 1 Apr 2008 12:37:43 +0000 (12:37 +0000)
commit8d2a90af2dd04877e5df4c12fd71e1ae86a3b7b9
tree400fa0e7b239d923c1014dd645c7c687e0edf1ae
parentd48a2f77f01641ed806379358bd88eaf9e7644c8
Generalize test.test_support.test_stdout() with a base context manager so that
it is easy to capture stderr if desired.
Lib/test/test_support.py