]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't call warnings.resetwarnings(); that does bad things that cause
authorFred Drake <fdrake@acm.org>
Thu, 17 Oct 2002 22:09:03 +0000 (22:09 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Oct 2002 22:09:03 +0000 (22:09 +0000)
commit7633d2393f8b0b8a6b3480799dc35cfc954069a6
tree46fb4ed3999f0c05f16bac343633986b1f5f9493
parent154c08894b9003671c92af751b3b889808e43e1c
Don't call warnings.resetwarnings(); that does bad things that cause
other tests to generate warning when they didn't before.  In
particular, this cancels not only filters set by -W, but also from
test.regrtest.
Lib/test/test_tempfile.py