mirror of https://github.com/python/cpython
Add NEWS entry for PR #13951
This commit is contained in:
parent
730bbddfdf
commit
82932b72ca
|
@ -0,0 +1,3 @@
|
|||
:class:`urllib.request.CacheFTPHandler` no longer raises :class:`URLError`
|
||||
if a cached FTP instance is reused. ftplib's endtransfer method calls
|
||||
voidresp to drain the connection to handle FTP instance reuse properly.
|
Loading…
Reference in New Issue