]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add pep-291 compatibility markers.
authorThomas Heller <theller@ctypes.org>
Mon, 12 Jun 2006 20:56:48 +0000 (20:56 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 12 Jun 2006 20:56:48 +0000 (20:56 +0000)
commitc2da9945852785c7da3c0becc7edd586b5ec628b
tree1e03c84523bf75766186d88a46b1d79df311ffcb
parentf608317061cc11de915f55da8c59880dc02e6d94
Add pep-291 compatibility markers.
17 files changed:
Lib/ctypes/__init__.py
Lib/ctypes/_endian.py
Lib/ctypes/macholib/__init__.py
Lib/ctypes/macholib/dyld.py
Lib/ctypes/macholib/dylib.py
Lib/ctypes/macholib/framework.py
Lib/ctypes/util.py
Lib/ctypes/wintypes.py
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/ctypes_dlfcn.h
Modules/_ctypes/malloc_closure.c
Modules/_ctypes/stgdict.c