summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-18 22:19:22 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-18 22:19:22 (GMT)
commitcb0d2d71983a336741a926742232cd810068e43d (patch)
tree3e203733373c7a5625d8ce5a697f4ef7eccede0a /Misc/NEWS
parent1afc1696167547a5fa101c53e5a3ab4717f8852c (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fe4c07c..ab87cf6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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: