[issue1227748] subprocess: inheritance of std descriptors inconsistent

2013-08-13 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1227748 ___ ___ Python-bugs-list

[issue1227748] subprocess: inheritance of std descriptors inconsistent

2011-02-05 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- assignee: astrand - docs@python nosy: +docs@python stage: needs patch - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1227748 ___

[issue1227748] subprocess: inheritance of std descriptors inconsistent

2011-01-14 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: I think all that is needed is a documentation patch. Attached is a doc patch which changes the doc to explicitly describe what happens on unix windows (as described by Peter). -- components: +Documentation keywords: +patch

[issue1227748] subprocess: inheritance of std descriptors inconsistent

2010-08-21 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - needs patch type: - behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1227748

[issue1227748] subprocess: inheritance of std descriptors inconsistent

2008-03-06 Thread Mads Kiilerich
Mads Kiilerich added the comment: Note to others searching for a solution to this and similar problems: http://svn.python.org/view/python/trunk/Lib/subprocess.py?rev=60115view=auto shows that this now (for 2.6?) has been changed so that close_fds now controls inheritance through the