patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bf94c0..75a21b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -204,6 +204,9 @@
 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.
 
 - Patch #848017: Make Cookie more RFC-compliant. Use CRLF as default output