]> granicus.if.org Git - python/commit
Upgrade the imp module's deprecation to DeprecationWarning.
authorBrett Cannon <brett@python.org>
Fri, 16 Oct 2015 19:21:37 +0000 (12:21 -0700)
committerBrett Cannon <brett@python.org>
Fri, 16 Oct 2015 19:21:37 +0000 (12:21 -0700)
commitc0d91aff9a3b91307b26e8b7c34dfbf27bbdd43a
tree160a62668441c5264ab0e27e9900094e3006bbd3
parentaa15ea4b4e15a5350c34fe1ef0b8761d92fd4688
Upgrade the imp module's deprecation to DeprecationWarning.
Doc/whatsnew/3.6.rst
Lib/imp.py
Lib/pkgutil.py
Misc/NEWS