summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r--Lib/test/test_sundry.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index 07f4f8b..5112183 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -5,8 +5,6 @@ warnings.filterwarnings('ignore', r".*posixfile module",
DeprecationWarning, 'posixfile$')
warnings.filterwarnings('ignore', r".*statcache module",
DeprecationWarning, 'statcache$')
-warnings.filterwarnings('ignore', r".*'re' module",
- DeprecationWarning, 'pre$')
from test.test_support import verbose
@@ -64,7 +62,6 @@ import pdb
import pipes
#import poplib
import posixfile
-import pre
import profile
import pstats
import py_compile