]> granicus.if.org Git - python/commit
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes...
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 18 Jul 2012 13:14:57 +0000 (23:14 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 18 Jul 2012 13:14:57 +0000 (23:14 +1000)
commit76e077001d9c593faaec1aa5187dd7870cb4481c
tree8ac59cf5a5321a0cef8cdf56a4681cf46969cb73
parent90db661b4335eaf7a3cb5e9a4524ae9707eeaf76
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo()
Doc/library/importlib.rst
Doc/library/inspect.rst
Lib/importlib/machinery.py
Lib/inspect.py
Misc/NEWS