From: Berker Peksag Date: Mon, 28 Sep 2015 10:33:43 +0000 (+0300) Subject: Issue #25249: Remove unneeded mkstemp helper in test_subprocess X-Git-Tag: v3.5.1rc1~253 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=636b83fdc583b5c7ff40167dd775e79a6c443104;p=thirdparty%2FPython%2Fcpython.git 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. --- 636b83fdc583b5c7ff40167dd775e79a6c443104