commit | 82759e4ab2aabd49fb06ce99f9369297595a1ed0 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Wed Nov 11 04:07:09 2009 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Wed Nov 11 04:07:09 2009 +0000 |
tree | d4dee5bf5999e6635f56b68f230f236ef56bedb7 | |
parent | 11560a8b6b5a29384bfec3cb90deb1b34dea4b91 [diff] |
Merged revisions 76208 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76208 | senthil.kumaran | 2009-11-11 07:04:44 +0530 (Wed, 11 Nov 2009) | 3 lines CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix based on Issue1235. ........