]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25533: Update documentation regarding the frozen modules table
authorMartin Panter <vadmium+py@gmail.com>
Sun, 15 May 2016 00:13:04 +0000 (00:13 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 15 May 2016 00:13:04 +0000 (00:13 +0000)
commitf47a40034763e9877861d995402715ca0dedb17c
tree9b75a3df16b8ae2ce66e9e45a2eef858ca5ff201
parent2dc1bbb659eb1812ec4d556573fc51b4426889e7
Issue #25533: Update documentation regarding the frozen modules table

* "ctypes" documentation was using Python 2 bytes-str equivalence.
* PyImport_FrozenModules is a pointer to const as of Python 3.4
Doc/c-api/import.rst
Doc/library/ctypes.rst
Doc/library/pkgutil.rst
Lib/ctypes/test/test_values.py