summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2004-10-11 14:32:47 (GMT)
committerBarry Warsaw <barry@python.org>2004-10-11 14:32:47 (GMT)
commit418de1f23c2a17bd6d4d6b00500d5017e3fe9634 (patch)
treea6ef69f7b7f8812364fb991f0e30acab2b08f0fb /Misc
parent3dd9e461618b0964312fa3c649cf03c7bfe27827 (diff)
downloadcpython-418de1f23c2a17bd6d4d6b00500d5017e3fe9634.zip
cpython-418de1f23c2a17bd6d4d6b00500d5017e3fe9634.tar.gz
cpython-418de1f23c2a17bd6d4d6b00500d5017e3fe9634.tar.bz2
Added note about the new usegmt argument to email.Utils.formatdate().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d547204..e7a7c7d 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()