]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug where __contains__ should have been used over str.find()
authorBrett Cannon <bcannon@gmail.com>
Sat, 27 Aug 2005 19:29:21 +0000 (19:29 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 27 Aug 2005 19:29:21 +0000 (19:29 +0000)
commitd6dbf394a28592bb0571a6521f3f312959fe82d6
tree63067b324d14023f8d8b25a86485f2622c5a60cc
parent9d1b84b8638f69b0faa8cc793bd36ab56cd6b707
Fix bug where __contains__ should have been used over str.find()
Lib/_strptime.py
Misc/NEWS