[docs] [issue31823] Opaque default value for close_fds argument in Popen.__init__
Martin Panter
report at bugs.python.org
Thu Dec 13 03:13:06 EST 2018
Martin Panter <vadmium+py at gmail.com> added the comment:
The only problem with the 3.7+ documentation is the note about 3.2. Several paragraphs under <https://docs.python.org/release/3.7.1/library/subprocess.html#subprocess.Popen>, it still says
“Changed in version 3.2: The default for ‘close_fds’ was changed from False to what is described above.”
However the description it refers to was removed in 3.6. IMO it would make sense to add the description to the note:
“Changed in version 3.2: The default for ‘close_fds’ was changed from False to True on Unix. On Windows the default was changed from False to True when stdin/stdout/stderr are None.”
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31823>
_______________________________________
More information about the docs
mailing list