]> granicus.if.org Git - python/commit
Replace str.find()!=1 with the more readable "in" operator.
authorRaymond Hettinger <python@rcn.com>
Tue, 4 May 2004 09:21:43 +0000 (09:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 4 May 2004 09:21:43 +0000 (09:21 +0000)
commitbac788a3cd348203a5fdabba52e5faf65bf35c5e
tree3c5bfe8295936ad51df617ef0fd053ebac684357
parentc5e378da41641d5bc1e9b5c6c11bd470ff90b3e3
Replace str.find()!=1 with the more readable "in" operator.
Lib/ConfigParser.py
Lib/_strptime.py
Lib/gettext.py
Lib/httplib.py
Lib/keyword.py
Lib/robotparser.py
Lib/webbrowser.py