| commit | aba19bc45fb3f0c45cb4511e2b9c1fca637fb2b3 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Tue May 30 02:25:25 2006 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Tue May 30 02:25:25 2006 +0000 |
| tree | c4b3be408a83ebc293370b3af1e99d858e026d76 | |
| parent | 6067f20172842775933b4089ebdf9cbcdd4deb7c [diff] |
deprecated_err(): Stop bizarre warning messages when the tests
are run in the order:
test_genexps (or any other doctest-based test)
test_struct
test_doctest
The `warnings` module needs an advertised way to save/restore
its internal filter list.