commit | 938ece71527203bf0cc43283e531e21da2f1de35 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Fri Nov 05 15:08:19 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Fri Nov 05 15:08:19 2010 +0000 |
tree | 9730d24541dfc9b68a243096134b77c53d01eb1c | |
parent | 18716a3a2384edbdbb40d4592dc3936eadaf0c9d [diff] |
Merged revisions 86195 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86195 | brian.curtin | 2010-11-05 10:04:48 -0500 (Fri, 05 Nov 2010) | 3 lines Close subprocess pipes in the non-UNIX section of run_cgi. Clears a number of ResourceWarnings in test_httpservers. ........