From: Brett Cannon Date: Fri, 22 Oct 2004 06:22:54 +0000 (+0000) Subject: Fix minor reST error in Misc/NEWS. X-Git-Tag: v2.4b2~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06a30b087e8726baa69406a2fd5981331221f1f3;p=thirdparty%2FPython%2Fcpython.git Fix minor reST error in Misc/NEWS. Applies patch #1051866. Thanks Felix Wiemann. --- diff --git a/Misc/ACKS b/Misc/ACKS index 782fcd1291d2..58dd0adbb8ea 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -621,6 +621,7 @@ Cliff Wells Rickard Westman Mats Wichmann Truida Wiedijk +Felix Wiemann Gerry Wiener Bryce "Zooko" Wilcox-O'Hearn Gerald S. Williams diff --git a/Misc/NEWS b/Misc/NEWS index cc78b419fdcf..9d91ae4eed11 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -134,6 +134,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(),