]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31066: Fix test_httpservers.test_last_modified() (#2933)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 28 Jul 2017 16:15:02 +0000 (18:15 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 16:15:02 +0000 (18:15 +0200)
commit28ce07ae9e34c70eea6b52515c7e00001cefd41e
tree5fe91729142059d860047729ae1d9284ad5b6908
parentcc42c121eb5346f673247f95dac575aadb77d66c
bpo-31066: Fix test_httpservers.test_last_modified() (#2933)

Write the temporary file on disk and then get its modification time.
Lib/test/test_httpservers.py