Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters
any more.
diff --git a/Misc/NEWS b/Misc/NEWS
index a95774f..be768d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -335,6 +335,9 @@
 Library
 -------
 
+- Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters
+  any more.
+  
 - Bug #1403410: The warnings module now doesn't get confused
   when it can't find out the module name it generates a warning for.