From: Barry Warsaw Date: Mon, 11 Oct 2004 14:32:47 +0000 (+0000) Subject: Added note about the new usegmt argument to email.Utils.formatdate(). X-Git-Tag: v2.4b1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=418de1f23c2a17bd6d4d6b00500d5017e3fe9634;p=python Added note about the new usegmt argument to email.Utils.formatdate(). --- diff --git a/Misc/NEWS b/Misc/NEWS index d5472044c0..e7a7c7dd5d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -50,6 +50,7 @@ Library Closes bug #1039270. - Updates for the email package: + + email.Utils.formatdate() grew a 'usegmt' argument for HTTP support. + All deprecated APIs that in email 2.x issued warnings have been removed: _encoder argument to the MIMEText constructor, Message.add_payload(), Utils.dump_address_pair(), Utils.decode(), Utils.encode()