]> granicus.if.org Git - python/commit
Replace the simpleminded string.find with a re.search looking only for
authorThomas Heller <theller@ctypes.org>
Tue, 16 Apr 2002 15:04:56 +0000 (15:04 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 16 Apr 2002 15:04:56 +0000 (15:04 +0000)
commit0e661dcdbf35e5ff5589d401189a4459dd2341ea
tree8d64a51afbb59bfa8cf222febd5337905cfec585
parent4eaf50f4357587da0c444a4f40eb329f78680acc
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.
Doc/tools/undoc_symbols.py