]> granicus.if.org Git - python/commit
Get rid of the close_fds DeprecationWarning. Changes the default on a per
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 13 Dec 2010 06:45:02 +0000 (06:45 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 13 Dec 2010 06:45:02 +0000 (06:45 +0000)
commitf5604853889bfbbf84b48311c63c0e775dff38cc
tree658b18dc71ef66d0132e26b30821a2a385b4a639
parent8d28a92eda3b5ab03552f6cf6b1cdce27445fb3e
Get rid of the close_fds DeprecationWarning.  Changes the default on a per
platform basis.  It remains False on Windows and changes to True on all
other platforms (POSIX).  Based on python-dev discussion and
http://bugs.python.org/issue7213.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py