]> granicus.if.org Git - python/commit
Issue3113: tests for CGIHTTPRequestHandler failed on windows:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 18 Jun 2008 22:19:22 +0000 (22:19 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Wed, 18 Jun 2008 22:19:22 +0000 (22:19 +0000)
commitcb0d2d71983a336741a926742232cd810068e43d
tree3e203733373c7a5625d8ce5a697f4ef7eccede0a
parent1afc1696167547a5fa101c53e5a3ab4717f8852c
Issue3113: tests for CGIHTTPRequestHandler failed on windows:
replace the now-invalid popen2 with a call to subprocess.Popen.
Lib/http/server.py
Misc/NEWS