]> granicus.if.org Git - python/commit
Issue #17177: The imp module is pending deprecation.
authorBrett Cannon <brett@python.org>
Sun, 16 Jun 2013 17:13:40 +0000 (13:13 -0400)
committerBrett Cannon <brett@python.org>
Sun, 16 Jun 2013 17:13:40 +0000 (13:13 -0400)
commite4f41deccf94ccc798b1eb1f44657ade66669a60
tree8f47ca73224c628f4afcebb9dd989cac73d0f8d1
parent39295e7a55d03b9ef31c0d0dd27d129b1ad5a695
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).
15 files changed:
Doc/library/imp.rst
Doc/whatsnew/3.4.rst
Lib/imp.py
Lib/inspect.py
Lib/modulefinder.py
Lib/pkgutil.py
Lib/runpy.py
Lib/test/test_fork1.py
Lib/test/test_imp.py
Lib/test/test_import.py
Lib/test/test_importlib/import_/test_api.py
Lib/test/test_importlib/source/test_file_loader.py
Lib/test/test_socketserver.py
Lib/test/test_threaded_import.py
Misc/NEWS