summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-06-02 17:40:14 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-06-02 17:40:14 (GMT)
commit4ad9723ed81ef8ff5b943df3cd7cd10323023200 (patch)
tree41410b40c3a83acc8227776d5dda70de4e9d5c9f /Lib/test/test_sundry.py
parent5629d0e616675b21b8dd92ebc40ab14edeccc014 (diff)
downloadcpython-4ad9723ed81ef8ff5b943df3cd7cd10323023200.zip
cpython-4ad9723ed81ef8ff5b943df3cd7cd10323023200.tar.gz
cpython-4ad9723ed81ef8ff5b943df3cd7cd10323023200.tar.bz2
Remove pre module
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