]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14132: Fix redirect handling when target is just a query string
authorMartin Panter <vadmium+py@gmail.com>
Mon, 16 May 2016 01:07:13 +0000 (01:07 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 16 May 2016 01:07:13 +0000 (01:07 +0000)
commit3079bbebac4e455bec8e3f2e983daf63503af196
tree0c02b1219cc15c4a49def0d759dc7595edf03abc
parenta898abde9efb692122a58475b2450e0481d3ccf4
Issue #14132: Fix redirect handling when target is just a query string
Lib/test/test_urllib.py
Lib/test/test_urllib2.py
Lib/urllib2.py
Misc/NEWS