commit | a71cfc5cf3e32b694be754ff476ce0181a7319a2 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Dec 26 10:53:43 2014 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Dec 26 10:53:43 2014 -0600 |
tree | f827ba52996a8f80b0f25eab25a3f74d542d0ed4 | |
parent | cb36d247a731e2d1c041cf662966f4f3bacadac9 [diff] [blame] |
fix behavior of trailing slash redirection when a query string is involved (closes #23112)
diff --git a/Misc/NEWS b/Misc/NEWS index 8d44926..b204aeb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Library ------- +- Issue #23112: Fix SimpleHTTPServer to correctly carry the query string and + fragment when it redirects to add a trailing slash. + - Issue #23093: In the io, module allow more operations to work on detached streams.