Staging
v0.5.1
https://github.com/python/cpython
Revision d23047b62c6f885def9020bd9b304110f9b9c52d authored by Gregory P. Smith on 04 December 2010, 09:10:44 UTC, committed by Gregory P. Smith on 04 December 2010, 09:10:44 UTC
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)
1 parent 35f08f0
History
Tip revision: d23047b62c6f885def9020bd9b304110f9b9c52d authored by Gregory P. Smith on 04 December 2010, 09:10:44 UTC
issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is
Tip revision: d23047b
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 556 bytes
.gitignore -rw-r--r-- 427 bytes
.hgeol -rw-r--r-- 503 bytes
.hgignore -rw-r--r-- 771 bytes
.hgtags -rw-r--r-- 3.9 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 41.3 KB
README -rw-r--r-- 6.7 KB
configure -rwxr-xr-x 395.6 KB
configure.in -rw-r--r-- 121.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.7 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 78.2 KB

README

back to top