Fix minor reST error in Misc/NEWS.

Applies patch #1051866.  Thanks Felix Wiemann.
This commit is contained in:
Brett Cannon 2004-10-22 06:22:54 +00:00
parent 054541e924
commit 06a30b087e
2 changed files with 2 additions and 0 deletions

View File

@ -621,6 +621,7 @@ Cliff Wells
Rickard Westman Rickard Westman
Mats Wichmann Mats Wichmann
Truida Wiedijk Truida Wiedijk
Felix Wiemann
Gerry Wiener Gerry Wiener
Bryce "Zooko" Wilcox-O'Hearn Bryce "Zooko" Wilcox-O'Hearn
Gerald S. Williams Gerald S. Williams

View File

@ -134,6 +134,7 @@ Library
Closes bug #1039270. Closes bug #1039270.
- Updates for the email package: - Updates for the email package:
+ email.Utils.formatdate() grew a 'usegmt' argument for HTTP support. + email.Utils.formatdate() grew a 'usegmt' argument for HTTP support.
+ All deprecated APIs that in email 2.x issued warnings have been removed: + All deprecated APIs that in email 2.x issued warnings have been removed:
_encoder argument to the MIMEText constructor, Message.add_payload(), _encoder argument to the MIMEText constructor, Message.add_payload(),