]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27973 - Use test.support.temp_dir instead of NamedTemporaryFile for the (#17774)
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 4 Jan 2020 02:14:18 +0000 (18:14 -0800)
committerGitHub <noreply@github.com>
Sat, 4 Jan 2020 02:14:18 +0000 (18:14 -0800)
commit5bba60290b4ac8c95ac46cfdaba5deee37be1fab
tree8abff72ddcd3a45226f6f634746c9f095bdfc050
parentecd572ae7abf22460296e0a306080d1f5209c73f
bpo-27973 - Use test.support.temp_dir instead of NamedTemporaryFile for the (#17774)

desired behavior under windows platform.

Suggestion by David Bolen
Lib/test/test_urllibnet.py