]> granicus.if.org Git - python/commit
Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this
authorGuido van Rossum <guido@python.org>
Fri, 5 Sep 1997 07:11:32 +0000 (07:11 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Sep 1997 07:11:32 +0000 (07:11 +0000)
commit026de19906695cc0f63977da4e7740214048ba6f
tree58bc69f5224856df46e5807c39e6801212251596
parent9eb671fac3ab8b47c7511513ab9576fee0aefc91
Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this
is like PyImport_ImporModule(name) but receives the globals and locals
dict and the fromlist arguments as well.  (The name is a char*; the
others are PyObject*s).
Include/import.h
PC/python_nt.def