Bug #1629566: clarify the docs on the return values of parsedate() and parsedate_tz() in email.utils and rfc822.
diff --git a/Misc/NEWS b/Misc/NEWS
index 635b2c4..d3bb47d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -559,6 +559,9 @@
 Documentation
 -------------
 
+- Bug #1629566: clarify the docs on the return values of parsedate()
+  and parsedate_tz() in email.utils and rfc822.
+
 - Patch #1671450: add a section about subclassing builtin types to the
   "extending and embedding" tutorial.