diff options
author | Senthil Kumaran <senthil@python.org> | 2023-04-23 16:58:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-23 15:58:03 -0700 |
commit | 82932b72cabb6a77bbf5465a0a9574f90773aadf (patch) | |
tree | 7064db4c42956cc1a052c1ef65afbc002a86511b | |
parent | 730bbddfdf610343a2e132b0312d12254c3c73d6 (diff) | |
download | cpython-82932b72cabb6a77bbf5465a0a9574f90773aadf.tar.gz cpython-82932b72cabb6a77bbf5465a0a9574f90773aadf.zip |
gh-81403: Add NEWS entry for PR #13951 (#103729)
Add NEWS entry for PR #13951
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-04-23-15-39-17.gh-issue-81403.zVz9Td.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-23-15-39-17.gh-issue-81403.zVz9Td.rst b/Misc/NEWS.d/next/Library/2023-04-23-15-39-17.gh-issue-81403.zVz9Td.rst new file mode 100644 index 00000000000..6adb71f7677 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-04-23-15-39-17.gh-issue-81403.zVz9Td.rst @@ -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. |