0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Doc/c-api
Brett Cannon 522267e784 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.
2012-08-10 18:55:08 -04:00
..
abstract.rst
allocation.rst
arg.rst Fix a couple of versionadded/versionchanged related markup errors. 2012-06-24 22:48:30 +02:00
bool.rst
buffer.rst
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst
file.rst
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst Issue #15610: The PyImport_ImportModuleEx macro now calls 2012-08-10 18:55:08 -04:00
index.rst
init.rst
intro.rst
iter.rst
iterator.rst
list.rst
long.rst Issue #12965: Merge from 3.2. 2012-06-23 12:13:15 +01:00
mapping.rst
marshal.rst
memory.rst fix docs for c-api memory functions 2012-08-09 21:26:34 +03:00
memoryview.rst
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
object.rst
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
stable.rst
structures.rst
sys.rst
tuple.rst
type.rst Fix whitespace. 2012-06-23 23:21:48 +02:00
typeobj.rst
unicode.rst
utilities.rst
veryhigh.rst
weakref.rst