]> granicus.if.org Git - python/commitdiff
Added note about the new usegmt argument to email.Utils.formatdate().
authorBarry Warsaw <barry@python.org>
Mon, 11 Oct 2004 14:32:47 +0000 (14:32 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 11 Oct 2004 14:32:47 +0000 (14:32 +0000)
Misc/NEWS

index d5472044c02fa6732da2cb6dea333060a3549f86..e7a7c7dd5dd5827e2f0e2446ab2da125b1735ac4 100644 (file)
--- 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()