]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 19713: Remove PEP 451-related code that should have been factored out.
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 8 Jan 2014 06:29:19 +0000 (23:29 -0700)
committerEric Snow <ericsnowcurrently@gmail.com>
Wed, 8 Jan 2014 06:29:19 +0000 (23:29 -0700)
commite4314e05d5d96eed8a3f25db779f853fc5514969
tree9f88e7eb05a47ae4f5d0b041a42876ee9a01a9b8
parent2e385e2592c140897a106a6a95184b23c5611a7f
Issue 19713: Remove PEP 451-related code that should have been factored out.

This code was an artifact of issuing a DeprecationWarning for the lack
of loader.exec_module().  However, we have deferred such warnings to
later Python versions.
Lib/importlib/_bootstrap.py
Python/importlib.h