]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Stop using the find function on the string module, use the string method.
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 30 Aug 2007 05:35:41 +0000 (05:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 30 Aug 2007 05:35:41 +0000 (05:35 +0000)
commitcabac0ac3accbdfab390896aa77e3d8766ec947f
tree133d15f1da2d7dabf017c6bbcc14422feedb33fe
parent0c3842fe26771fbfb6e26e295608e654e23758dc
Stop using the find function on the string module, use the string method.
This will hopefully fix the problem on a Windows buildbot with test_sundry.
Lib/distutils/util.py