]> granicus.if.org Git - python/commit
Issue #17177: switch from imp.new_module to types.ModuleType for runpy
authorBrett Cannon <brett@python.org>
Sat, 15 Jun 2013 18:27:21 +0000 (14:27 -0400)
committerBrett Cannon <brett@python.org>
Sat, 15 Jun 2013 18:27:21 +0000 (14:27 -0400)
commit82d2107668c5e8ba803673b3ec4d35f21decd3fd
tree8c2f24d9aeeea116ceb1b02554ed1b101e2e52f8
parentf4ba4ec1604fe84a9665d4de0767943f58417f24
Issue #17177: switch from imp.new_module to types.ModuleType for runpy
Lib/runpy.py