diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-26 16:56:51 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-26 16:56:51 (GMT) |
commit | fe975a234fec6fa9c88b1d90d97542398267a484 (patch) | |
tree | 01be79ca7375ecf8a69670fce02581f5ac4f63ce /Misc | |
parent | f2ad173eaf38140bd72a849f47e0427b3d941692 (diff) | |
parent | 94cb7a24298ee0a4d6a3bb6b8ae80a7729e9f788 (diff) | |
download | cpython-fe975a234fec6fa9c88b1d90d97542398267a484.zip cpython-fe975a234fec6fa9c88b1d90d97542398267a484.tar.gz cpython-fe975a234fec6fa9c88b1d90d97542398267a484.tar.bz2 |
merge 3.4 (#23112)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -196,6 +196,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 #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, HTTPStatus.NOT_FOUND). Patch by Demian Brecht. |