]> granicus.if.org Git - python/commit
Fixing #1531862: Do not close standard file descriptors in the
authorGustavo Niemeyer <gustavo@niemeyer.net>
Wed, 6 Sep 2006 01:58:52 +0000 (01:58 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Wed, 6 Sep 2006 01:58:52 +0000 (01:58 +0000)
commit8cb64eaaf38aecea67901dc4ecb2149805356a99
tree3134c58af3ab72eae1545bb260a4b13766812c6e
parentb15a0ccf6d5176a5064f63ddab7464c350611a2a
Fixing #1531862: Do not close standard file descriptors in the
subprocess module.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS