]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-43374: Fix urlretrieve reporthook to report actual bytes read (#142653)
authorSavannah Ostrowski <savannah@python.org>
Fri, 9 Jan 2026 00:32:05 +0000 (16:32 -0800)
committerGitHub <noreply@github.com>
Fri, 9 Jan 2026 00:32:05 +0000 (00:32 +0000)
commit68a01f901f446f71aac88431e01bb18b9fa35bd0
tree66d108aba2e96df479ca529d54dc5a0ffee4b0c9
parentdfeefbe8ead0e370cc701643d9909f84bd29f171
GH-43374: Fix urlretrieve reporthook to report actual bytes read (#142653)
Lib/test/test_urllib.py
Lib/test/test_urllibnet.py
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2025-12-12-23-17-10.gh-issue-43374.M6jGC5.rst [new file with mode: 0644]