diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-16 01:07:13 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-16 01:07:13 (GMT) |
commit | ce6e06874b235f7825888c20fd2c6f4670a4aeba (patch) | |
tree | cbab88edff943bca30d70f2ec8622616636c01ba /Misc | |
parent | f95455da4c3c61a302d62322a4bcb17a629efd4b (diff) | |
download | cpython-ce6e06874b235f7825888c20fd2c6f4670a4aeba.zip cpython-ce6e06874b235f7825888c20fd2c6f4670a4aeba.tar.gz cpython-ce6e06874b235f7825888c20fd2c6f4670a4aeba.tar.bz2 |
Issue #14132: Fix redirect handling when target is just a query string
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -118,6 +118,9 @@ Core and Builtins Library ------- +- Issue #14132: Fix urllib.request redirect handling when the target only has + a query string. Original fix by Ján Janech. + - Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch contributed by Chi Hsuan Yen. |