mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Issue #17177: The imp module is pending deprecation.
To make sure there is no issue with code that is both Python 2 and 3 compatible, there are no plans to remove the module any sooner than Python 4 (unless the community moves to Python 3 solidly before then).
This commit is contained in:
parent
39295e7a55
commit
e4f41deccf
15 changed files with 103 additions and 85 deletions
|
@ -5,8 +5,8 @@
|
|||
# complains several times about module random having no attribute
|
||||
# randrange, and then Python hangs.
|
||||
|
||||
import _imp as imp
|
||||
import os
|
||||
import imp
|
||||
import importlib
|
||||
import sys
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue