]> granicus.if.org Git - python/commitdiff
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
authorGregory P. Smith <greg@krypto.org>
Sun, 1 Dec 2013 03:04:00 +0000 (19:04 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 1 Dec 2013 03:04:00 +0000 (19:04 -0800)
descriptor 0, 1 or 2 is closed.

1  2 
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS
Modules/_posixsubprocess.c

Simple merge
Simple merge
diff --cc Misc/NEWS
index 7bfce3ff77cc8d2fdcba48ff97446b9d5bebf4aa,4742b9b1c70ca38ebf13c4c1e8286a7070d6d267..7308f893e23a6abe64e96b76a7232030d197e2a8
+++ b/Misc/NEWS
@@@ -18,12 -18,9 +18,15 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #15798: Fixed subprocess.Popen() to no longer fail if file
+   descriptor 0, 1 or 2 is closed.
 +- Issue #17897: Optimized unpickle prefetching.
 +
 +- Issue #3693: Make the error message more helpful when the array.array()
 +  constructor is given a str. Move the array module typecode documentation to
 +  the docstring of the constructor.
 +
  - Issue #19088: Fixed incorrect caching of the copyreg module in
    object.__reduce__() and object.__reduce_ex__().
  
Simple merge