]> granicus.if.org Git - python/commit
Issue 1872: Changed the struct module typecode from 't' to '?', for
authorThomas Heller <theller@ctypes.org>
Wed, 5 Mar 2008 15:34:29 +0000 (15:34 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 5 Mar 2008 15:34:29 +0000 (15:34 +0000)
commitf3c0559b5e164e112d408c30e41ac2f2b06c2c85
tree94b533057dd3841925b256ad7564f715307245a7
parent78b8f4458d2189cc6c26874eec19c19a6df7ed06
Issue 1872: Changed the struct module typecode from 't' to '?', for
compatibility with PEP3118.
Doc/library/struct.rst
Lib/ctypes/__init__.py
Lib/test/test_struct.py
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/cfield.c
Modules/_struct.c