summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-10-22 06:22:54 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-10-22 06:22:54 (GMT)
commit06a30b087e8726baa69406a2fd5981331221f1f3 (patch)
tree6142ae658fea2d44b9157f7c76160e3974ed22ac /Misc
parent054541e9243c7e7674dc4f59d0b5f7dffb5571fe (diff)
downloadcpython-06a30b087e8726baa69406a2fd5981331221f1f3.zip
cpython-06a30b087e8726baa69406a2fd5981331221f1f3.tar.gz
cpython-06a30b087e8726baa69406a2fd5981331221f1f3.tar.bz2
Fix minor reST error in Misc/NEWS.
Applies patch #1051866. Thanks Felix Wiemann.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS1
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 782fcd1..58dd0ad 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 cc78b41..9d91ae4 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(),