[docs] [issue31823] Opaque default value for close_fds argument in Popen.__init__

Gregory P. Smith report at bugs.python.org
Mon Dec 10 12:38:09 EST 2018


Gregory P. Smith <greg at krypto.org> added the comment:

In 3.6 this help(subprocess.Popen.__init__) is accurate and encourages looking at the docs.  In 3.7 and later it'll simply report close_fds=True in the siguature as that is the case in 3.7 onwards.

I see nothing to fix here.

----------
nosy: +gregory.p.smith
resolution:  -> wont fix
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31823>
_______________________________________


More information about the docs mailing list