]> granicus.if.org Git - python/commit
Replace 'has_key()' with 'in'.
authorThomas Heller <theller@ctypes.org>
Thu, 21 Feb 2008 18:52:20 +0000 (18:52 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 21 Feb 2008 18:52:20 +0000 (18:52 +0000)
commit8982cf5484e0203bc4505cdf13a5f797f477327a
tree63519e776210ad604081d67b4c80c6f27aaf9c26
parent981f31860b87b9d95d5c9c0f91cb574ddaaf2a2a
Replace 'has_key()' with 'in'.
Replace 'raise Error, stuff' with 'raise Error(stuff)'.
Lib/ctypes/__init__.py
Lib/ctypes/macholib/dyld.py
Lib/ctypes/test/test_cfuncs.py
Lib/ctypes/test/test_macholib.py
Lib/ctypes/test/test_random_things.py