diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-09-28 10:33:14 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-09-28 10:33:14 (GMT) |
commit | 16a1f281942a5bd1f00d038187cad970c1d173e1 (patch) | |
tree | eb7b913fb7a87e2a7f2222c077e12331d4106128 | |
parent | d351706950a04a785eb37fe907610d3235719bb4 (diff) | |
download | cpython-16a1f281942a5bd1f00d038187cad970c1d173e1.zip cpython-16a1f281942a5bd1f00d038187cad970c1d173e1.tar.gz cpython-16a1f281942a5bd1f00d038187cad970c1d173e1.tar.bz2 |
Issue #25249: Remove unneeded mkstemp helper in test_subprocess
The helper was added in 76641824cf05 11 years ago and it can be
removed now since all supported Python versions have tempfile.mkstemp().
Patch by Nir Soffer.