]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
It helps when doing checks if something is in a tuple of strings that if you
authorBrett Cannon <bcannon@gmail.com>
Wed, 14 Jul 2004 00:43:51 +0000 (00:43 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 14 Jul 2004 00:43:51 +0000 (00:43 +0000)
commit80e1f06594c376a996ae7eb9c7ae26e18fb3d4c5
tree93b19579434639e79ee50bc6ce0a27a5b2359921
parentc0ed9c49563b92316f089f7b4ba5aeba9c78f6b5
It helps when doing checks if something is in a tuple of strings that if you
put everything in the tuple in caps to use str.upper() instead of str.lower().
Lib/test/test_strptime.py