diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-18 22:19:22 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-18 22:19:22 (GMT) |
commit | cb0d2d71983a336741a926742232cd810068e43d (patch) | |
tree | 3e203733373c7a5625d8ce5a697f4ef7eccede0a /Misc/NEWS | |
parent | 1afc1696167547a5fa101c53e5a3ab4717f8852c (diff) | |
download | cpython-cb0d2d71983a336741a926742232cd810068e43d.zip cpython-cb0d2d71983a336741a926742232cd810068e43d.tar.gz cpython-cb0d2d71983a336741a926742232cd810068e43d.tar.bz2 |
Issue3113: tests for CGIHTTPRequestHandler failed on windows:
replace the now-invalid popen2 with a call to subprocess.Popen.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ Extension Modules Library ------- +- Patch #3133: http.server.CGIHTTPRequestHandler did not work on windows. + - a new ``urllib`` package was created. It consists of code from ``urllib``, ``urllib2``, ``urlparse``, and ``robotparser``. The old modules have all been removed. The new package has five submodules: |