gh-81403: Add NEWS entry for PR #13951 (#103729)

Add NEWS entry for PR #13951
This commit is contained in:
Senthil Kumaran 2023-04-23 16:58:03 -06:00 committed by GitHub
parent 730bbddfdf
commit 82932b72ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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.