diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-18 12:27:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-18 12:27:40 (GMT) |
commit | 318a12eb0129bd75754cb3cc68076cc3b737074f (patch) | |
tree | e9c1f7d303365669f6e636c5bd0550eb909a0e52 /Misc | |
parent | fe84d17a6a3e255191f664c5609a061a9bb70c60 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |