SIGN IN SIGN UP

bpo-37421: urllib.request tests call urlcleanup() (GH-14529)

urllib.request tests now call urlcleanup() to remove temporary files
created by urlretrieve() tests and to clear the _opener global
variable set by urlopen() and functions calling indirectly urlopen().

regrtest now checks if urllib.request._url_tempfiles and
urllib.request._opener are changed by tests.
V
Victor Stinner committed
7cb9204ee1cf204f6f507d99a60f7c5bb359eebb
Parent: 039fb49
Committed by GitHub <noreply@github.com> on 7/2/2019, 12:50:19 PM