]> granicus.if.org Git - python/commit
Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and
authorBrett Cannon <bcannon@gmail.com>
Mon, 11 Aug 2003 07:24:05 +0000 (07:24 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 11 Aug 2003 07:24:05 +0000 (07:24 +0000)
commit5187a3bcdb565c30fc998078a3fcc3293f963ffd
tree75036c3efdc7548a408652a7d1a815581ca9be17
parent3081d59f920229b26293c7a3ee3f1a9da0da53e9
Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and
time.daylight is true.  Add an explicit test for this situation.

Fixed some wording in docstrings.
Lib/_strptime.py
Lib/test/test_strptime.py