]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19023: Document ctypes array and pointer classes
authorMartin Panter <vadmium+py@gmail.com>
Fri, 29 Jan 2016 10:12:19 +0000 (10:12 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 29 Jan 2016 10:12:19 +0000 (10:12 +0000)
commit34360c8e09f51075fec0c673b2674d20bed33bf5
tree9751e4dd731fbe62cbea636b83b1a9551b4712d9
parent22532ac2eb4440ff40ceefe510069a4927ab63ee
Issue #19023: Document ctypes array and pointer classes

Also add some more tests. Based on patch by Sye van der Veen.
Doc/library/ctypes.rst
Lib/ctypes/test/test_arrays.py
Lib/ctypes/test/test_pointers.py
Misc/ACKS