]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35317: Fix mktime() error in test_email (GH-10721)
authorVictor Stinner <vstinner@redhat.com>
Tue, 27 Nov 2018 11:40:50 +0000 (12:40 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Nov 2018 11:40:50 +0000 (12:40 +0100)
commitcfaafda8e3e19764682abb4bd4c574accb784c42
treed2b5f9cf4a9de5e99193173228cb0111af27c139
parent62be74290aca26d16f3f55ece7ff6dad14e60e8d
bpo-35317: Fix mktime() error in test_email (GH-10721)

Fix mktime() overflow error in test_email: run
test_localtime_daylight_true_dst_true() and
test_localtime_daylight_false_dst_true() with a specific timezone.
Lib/test/test_email/test_utils.py
Misc/NEWS.d/next/Tests/2018-11-26-16-54-21.bpo-35317.jByGP2.rst [new file with mode: 0644]