mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Whitespace normalization.
This commit is contained in:
parent
5303a96808
commit
58eb11cf62
34 changed files with 69 additions and 76 deletions
|
|
@ -365,7 +365,7 @@ def strptime(data_string, format="%a %b %d %H:%M:%S %Y"):
|
|||
# be able to tell what timezone has daylight savings
|
||||
if time.tzname[0] == time.tzname[1] and \
|
||||
time.daylight:
|
||||
break
|
||||
break
|
||||
else:
|
||||
tz = value
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue