summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2af4cc4..69a5686 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,9 @@ Extension Modules
Library
-------
+- Patch #810023: Fix off-by-one bug in urllib.urlretrieve reporthook
+ functionality.
+
- Bug #1163178: Make IDNA return an empty string when the input is empty.
- Bug #1121494: distutils.dir_utils.mkpath now accepts Unicode strings.