From 06a30b087e8726baa69406a2fd5981331221f1f3 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 22 Oct 2004 06:22:54 +0000 Subject: [PATCH] Fix minor reST error in Misc/NEWS. Applies patch #1051866. Thanks Felix Wiemann. --- Misc/ACKS | 1 + Misc/NEWS | 1 + 2 files changed, 2 insertions(+) diff --git a/Misc/ACKS b/Misc/ACKS index 782fcd1291..58dd0adbb8 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 cc78b419fd..9d91ae4eed 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(), -- 2.40.0