summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2010-12-04 09:10:44 +0000
committerGregory P. Smith <greg@mad-scientist.com>2010-12-04 09:10:44 +0000
commit985c6302fd97e9d10bdd3fc57744ec2026775b87 (patch)
tree873463b2c134cb6d8f2a22839518e7a124822f6b /Python/pythonrun.c
parent95eb5065f0713b7e0865b63dacbdaa1b7184b14c (diff)
downloadcpython-985c6302fd97e9d10bdd3fc57744ec2026775b87.tar.gz
issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is
not passed to subprocess.Popen as the default value will be changing in a future Python to the safer and more often desired value of True. DeprecationWarnings that show up in a lot of existing code are controversial and have caused pain in the past. I'd like to leave this on for 3.2 beta1 and see how things go. We can remove the warning if it is deemed too noisy during any betas. (case study: the md5 and sha module DeprecationWarnings are loathed around the world as those modules were never going to be removed in 2.x and 2to3 has a fixer for code that uses them)
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions