[Python-checkins] python/dist/src/Misc NEWS, 1.1171, 1.1172 ACKS,
1.286, 1.287
bcannon at users.sourceforge.net
bcannon at users.sourceforge.net
Fri Oct 22 08:22:57 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19923/Misc
Modified Files:
NEWS ACKS
Log Message:
Fix minor reST error in Misc/NEWS.
Applies patch #1051866. Thanks Felix Wiemann.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1171
retrieving revision 1.1172
diff -u -d -r1.1171 -r1.1172
--- NEWS 20 Oct 2004 11:56:15 -0000 1.1171
+++ NEWS 22 Oct 2004 06:22:53 -0000 1.1172
@@ -134,6 +134,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(),
Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -d -r1.286 -r1.287
--- ACKS 14 Oct 2004 10:02:04 -0000 1.286
+++ ACKS 22 Oct 2004 06:22:54 -0000 1.287
@@ -621,6 +621,7 @@
Rickard Westman
Mats Wichmann
Truida Wiedijk
+Felix Wiemann
Gerry Wiener
Bryce "Zooko" Wilcox-O'Hearn
Gerald S. Williams
More information about the Python-checkins
mailing list