commit | c249bdab92cc6fd933fb4972356a3fb0a0865ec4 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed May 30 21:48:58 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed May 30 21:48:58 2007 +0000 |
tree | 4cd81c883a877c43f1b81c06d6952adb7dbd362b | |
parent | 90134c9a05146f3cc53fcb8a5de8fdfc2fe8dc93 [diff] [blame] |
Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the module as deprecated for a while.
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 5711fb2..533aedc 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py
@@ -6,6 +6,7 @@ with guard_warnings_filter(): warnings.filterwarnings('ignore', r".*posixfile", DeprecationWarning) + warnings.filterwarnings('ignore', r".*mimify", DeprecationWarning) from test.test_support import verbose