]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug where handling issue of time.tzname[0] == time.tzname[1] and
authorBrett Cannon <bcannon@gmail.com>
Mon, 11 Aug 2003 07:19:06 +0000 (07:19 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 11 Aug 2003 07:19:06 +0000 (07:19 +0000)
commit79ca4a4194b04f6ebf5ee7308970eeefd83d97b0
tree07026ab01c2bcddd125c7e4a9beef819806ca6e6
parent8cf915e9fb83678e9715394d0a5c4bb8221852f8
Fix bug where handling issue of time.tzname[0] == time.tzname[1] and
time.daylight were all true.  Add an explicit test for this issue.

Closes bug #783952 .
Lib/_strptime.py
Lib/test/test_strptime.py