]> granicus.if.org Git - python/commit
Cleanup: the in operator already returns a bool, no need to bool() it again
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 7 Jun 2004 03:49:50 +0000 (03:49 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 7 Jun 2004 03:49:50 +0000 (03:49 +0000)
commit1cdd3632a0eeffd1efc71c6d650b5e340536cb63
treedfd42bc8a129521a0240d960b4a9b0d3cfa2eba4
parent492faa5505add29b790022e7afba61415a93c9ad
Cleanup: the in operator already returns a bool, no need to bool() it again
Cleanup: use condition to be consistent with code above
CookieJar is in cookielib
Lib/urllib2.py