summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2019-07-02-23-20-35.bpo-37421.HCkKWz.rst
blob: 6671ffe922fda9ea1aa5364118ed4517e005883b (plain)
1
2
test_winconsoleio doesn't leak a temporary file anymore: use
tempfile.TemporaryFile() to remove it when the test completes.