Changes by Mike Sampson :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue23288>
___
___
Python-bugs-list mailing list
Unsubscrib
Mike Sampson added the comment:
Ah, got it. Didn't see the note on the os.pipe() docs. Thanks. Closing. Sorry
for the noise.
--
___
Python tracker
<http://bugs.python.org/is
New submission from Mike Sampson:
I'm seeing differing behaviour with subprocess.Popen(..., close_fds = False)
between 3.2 and 3.4. The docs don't say this is meant to be the case as far as
I can see.
Python 3.2.3 on Debian Wheezy
=
>>>