summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-16 01:07:13 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-16 01:07:13 (GMT)
commitce6e06874b235f7825888c20fd2c6f4670a4aeba (patch)
treecbab88edff943bca30d70f2ec8622616636c01ba /Misc
parentf95455da4c3c61a302d62322a4bcb17a629efd4b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 73c32e9..9a147c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.