Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate.
diff --git a/Misc/NEWS b/Misc/NEWS
index eaf6655..f5b2034 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@
Library
-------
+- logging.handlers.SMTPHandler.date_time has been removed;
+ the class now uses email.Utils.formatdate to generate the time stamp.
+
- A new function tkFont.nametofont was added to return an existing
font. The Font class constructor now has an additional exists argument
which, if True, requests to return/configure an existing font, rather