Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added NEWS entry.
  • Loading branch information
orsenthil committed Apr 23, 2023
commit e740e4aba008b9f910920a303e9ac768cdd44083
Original file line number Diff line number Diff line change
@@ -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.