]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-27973 - Fix for urllib.urlretrieve() failing on second ftp transfer (#1040)
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 31 Dec 2019 05:14:56 +0000 (21:14 -0800)
committerGitHub <noreply@github.com>
Tue, 31 Dec 2019 05:14:56 +0000 (21:14 -0800)
commitf82e59ac4020a64c262a925230a8eb190b652e87
tree2190cbee5f6705c67102e49d50fb1d35d77c438e
parent362ede2232107fc54d406bb9de7711ff7574e1d4
[2.7] bpo-27973 - Fix for urllib.urlretrieve() failing on second ftp transfer (#1040)

* bpo-27973: Fix urllib.urlretrieve failing on subsequent ftp transfers from the same host.

* bpo-35411: Skip test_urllibnet FTP tests on Travis CI.
Lib/test/test_urllibnet.py
Lib/urllib.py
Misc/NEWS.d/next/Library/2019-12-30-07-59-34.bpo-27973.mgWXH1.rst [new file with mode: 0644]