mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove pre module
This commit is contained in:
parent
5629d0e616
commit
4ad9723ed8
2 changed files with 0 additions and 665 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue