]> granicus.if.org Git - python/commit
Issue #15610: The PyImport_ImportModuleEx macro now calls
authorBrett Cannon <brett@python.org>
Fri, 10 Aug 2012 22:55:08 +0000 (18:55 -0400)
committerBrett Cannon <brett@python.org>
Fri, 10 Aug 2012 22:55:08 +0000 (18:55 -0400)
commit522267e7845becb76e0e1cbaa875ad0da9fd58cc
tree31e81dc3f2fddd48e7263211cf2db11669f24ed0
parentf410ce8c0989ef14f0f935e256d82e96f5e0602b
Issue #15610: The PyImport_ImportModuleEx macro now calls
PyImport_ImportModuleLevel() with a 'level' of 0 instead of -1 as the
latter is no longer a valid value.

Also added a versionchanged note for PyImport_ImportModuleLevel() just
in case people don't make the connection between changes to
__import__() and this C function.
Doc/c-api/import.rst
Doc/whatsnew/3.3.rst
Include/import.h
Misc/NEWS