summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-18 12:27:40 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-08-18 12:27:40 (GMT)
commit318a12eb0129bd75754cb3cc68076cc3b737074f (patch)
treee9c1f7d303365669f6e636c5bd0550eb909a0e52 /Misc
parentfe84d17a6a3e255191f664c5609a061a9bb70c60 (diff)
downloadcpython-318a12eb0129bd75754cb3cc68076cc3b737074f.zip
cpython-318a12eb0129bd75754cb3cc68076cc3b737074f.tar.gz
cpython-318a12eb0129bd75754cb3cc68076cc3b737074f.tar.bz2
Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate.
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 eaf6655..f5b2034 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Extension modules
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