commit | 45ab2339351db224062e0047ec88ea19392015b2 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jan 13 17:05:56 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jan 13 17:05:56 2006 +0000 |
tree | 2e89f69549c4fb0f942a5d0aa6c38b9b413adf24 | |
parent | 4edd989eaf5bae40f9e11424b36b22892c5ba459 [diff] [blame] |
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.