]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix bug where str.find() was being misused where __contains__ should have been
authorBrett Cannon <bcannon@gmail.com>
Sat, 27 Aug 2005 19:25:59 +0000 (19:25 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 27 Aug 2005 19:25:59 +0000 (19:25 +0000)
commit6e372d1422dfaf5b1cd2ab2f48a42ee609cc119c
tree87e8660a93cd51aaffee6035051404f58ea3fb30
parent0738206e79d700121e7a1850651de18413afdc14
fix bug where str.find() was being misused where __contains__ should have been
used.
Lib/_strptime.py