[Python-checkins] python/dist/src/Misc NEWS,1.1157,1.1158
bwarsaw at users.sourceforge.net
bwarsaw at users.sourceforge.net
Mon Oct 11 16:32:51 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4365
Modified Files:
NEWS
Log Message:
Added note about the new usegmt argument to email.Utils.formatdate().
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1157
retrieving revision 1.1158
diff -u -d -r1.1157 -r1.1158
--- NEWS 11 Oct 2004 02:40:48 -0000 1.1157
+++ NEWS 11 Oct 2004 14:32:47 -0000 1.1158
@@ -50,6 +50,7 @@
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()
More information about the Python-checkins
mailing list