commit | fcf5d639f508b5a7ebf42d858390a6bd3bbb2c61 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Oct 16 23:24:44 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Oct 16 23:24:44 2008 +0000 |
tree | 193a1dd1d41e2403c61cd021409c28b843760cc6 | |
parent | d31fdc547b1805516f6013af672e43cc66bd8c22 [diff] [blame] |
forward port r66386
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 6b425c6..49813a3 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py
@@ -7,7 +7,7 @@ class TestUntestedModules(unittest.TestCase): def test_at_least_import_untested_modules(self): - with warnings.catch_warnings(record=True): + with warnings.catch_warnings(): import aifc import bdb import cgitb