[issue25249] Unneeded and unsafe mkstemp replacement in test_subprocess.py

2015-09-28 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Nir. Just fixed a small typo(fd -> f) in the 2.7 patch. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 ___ Python tracke

[issue25249] Unneeded and unsafe mkstemp replacement in test_subprocess.py

2015-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset ea91991c7db5 by Berker Peksag in branch '2.7': Issue #25249: Remove unneeded mkstemp helper in test_subprocess https://hg.python.org/cpython/rev/ea91991c7db5 -- ___ Python tracker

[issue25249] Unneeded and unsafe mkstemp replacement in test_subprocess.py

2015-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23f4daf7a211 by Berker Peksag in branch '3.4': Issue #25249: Remove unneeded mkstemp helper in test_subprocess https://hg.python.org/cpython/rev/23f4daf7a211 New changeset 4cd3027ffc34 by Berker Peksag in branch '3.5': Issue #25249: Remove unneeded

[issue25249] Unneeded and unsafe mkstemp replacement in test_subprocess.py

2015-09-27 Thread Nir Soffer
Changes by Nir Soffer : Added file: http://bugs.python.org/file40601/0001-Remove-unneeded-and-unsafe-mkstemp-replacement-2.7.patch ___ Python tracker ___ ___

[issue25249] Unneeded and unsafe mkstemp replacement in test_subprocess.py

2015-09-27 Thread Nir Soffer
New submission from Nir Soffer: The module define unsafe replacement if tempfile.mkstemp is not available. This function is available in both master and 2.7 branches. -- components: Tests files: 0001-Remove-unneeded-and-unsafe-mkstemp-replacement.patch keywords: patch messages: 251720 n