]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 13:25:40 +0000 (15:25 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 13:25:40 +0000 (15:25 +0200)
commitd71bd9a9a472df2010f2b05a588493157aa9ffcb
treedd3af7667da7cbb321b01e0d4fd364e775abd2dc
parent7348c6bbb62a41a71543decfbf9def8fe73cfac0
parent8313d6aef856f8e0c716578c41048e317e0f0ad7
(merge 3.2) Issue #12400: runtest() reuses the same io.StringIO instance for
all calls

 * Don't force verbose to True with option -W
 * Rename rerun_failed variable to output_on_failure
Lib/test/regrtest.py