mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Deprecate the dircache module for 3.0.
This commit is contained in:
parent
10f5db6424
commit
0aa6e1b8fb
5 changed files with 19 additions and 5 deletions
|
@ -678,7 +678,8 @@ def dash_R(the_module, test, indirect_test, huntrleaks):
|
|||
|
||||
def dash_R_cleanup(fs, ps, pic, abcs):
|
||||
import gc, copy_reg
|
||||
import _strptime, linecache, dircache
|
||||
import _strptime, linecache
|
||||
dircache = test_support.import_module('dircache', deprecated=True)
|
||||
import urlparse, urllib, urllib2, mimetypes, doctest
|
||||
import struct, filecmp
|
||||
from distutils.dir_util import _path_created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue