From: Berker Peksag Date: Mon, 28 Sep 2015 10:34:17 +0000 (+0300) Subject: Issue #25249: Remove unneeded mkstemp helper in test_subprocess X-Git-Tag: v3.6.0a1~1413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cf2aacdcdeb87a12cd80e8b1d8dd4a14581b9f2;p=python 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. --- 2cf2aacdcdeb87a12cd80e8b1d8dd4a14581b9f2