summaryrefslogtreecommitdiff
path: root/Lib/email/utils.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-06-25 22:54:35 +0200
committerVictor Stinner <victor.stinner@gmail.com>2013-06-25 22:54:35 +0200
commit93037498d1f61f31e5b52d2f8d4aa437a26bc14e (patch)
treef538d8f9b5dbcba7473bb454c92206c5b9426884 /Lib/email/utils.py
parent5ac1b936ef00841e6c5452d1ef360ab539d31dc2 (diff)
downloadcpython-git-93037498d1f61f31e5b52d2f8d4aa437a26bc14e.tar.gz
Fix time.mktime() and datetime.datetime.timestamp() on AIX
On AIX, the C function mktime() alwaysd sets tm_wday, even on error. So tm_wday cannot be used as a sentinel to detect an error, we can only check if the result is (time_t)-1.
Diffstat (limited to 'Lib/email/utils.py')
0 files changed, 0 insertions, 0 deletions