commit | 0e661dcdbf35e5ff5589d401189a4459dd2341ea | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Tue Apr 16 15:04:56 2002 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Tue Apr 16 15:04:56 2002 +0000 |
tree | 8d64a51afbb59bfa8cf222febd5337905cfec585 | |
parent | 4eaf50f4357587da0c444a4f40eb329f78680acc [diff] |
Replace the simpleminded string.find with a re.search looking only for full words. Before that, something like 'PyObject_Call' was missed because 'PyObject_CallFunction' was found. Passes PyChecker now.