diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-26 16:53:43 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-26 16:53:43 (GMT) |
commit | 94cb7a24298ee0a4d6a3bb6b8ae80a7729e9f788 (patch) | |
tree | 763dc2b108050e4b7a29db10851260b14e39994b /Misc | |
parent | 8c4e112afcf6b2236c43273d007de5b61d4b6519 (diff) | |
download | cpython-94cb7a24298ee0a4d6a3bb6b8ae80a7729e9f788.zip cpython-94cb7a24298ee0a4d6a3bb6b8ae80a7729e9f788.tar.gz cpython-94cb7a24298ee0a4d6a3bb6b8ae80a7729e9f788.tar.bz2 |
fix behavior of trailing slash redirection when a query string is involved (closes #23112)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Core and Builtins 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. |