diff options
author | Barry Warsaw <barry@python.org> | 2004-10-11 14:32:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-10-11 14:32:47 (GMT) |
commit | 418de1f23c2a17bd6d4d6b00500d5017e3fe9634 (patch) | |
tree | a6ef69f7b7f8812364fb991f0e30acab2b08f0fb /Misc | |
parent | 3dd9e461618b0964312fa3c649cf03c7bfe27827 (diff) | |
download | cpython-418de1f23c2a17bd6d4d6b00500d5017e3fe9634.zip cpython-418de1f23c2a17bd6d4d6b00500d5017e3fe9634.tar.gz cpython-418de1f23c2a17bd6d4d6b00500d5017e3fe9634.tar.bz2 |
Added note about the new usegmt argument to email.Utils.formatdate().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,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(), Utils.dump_address_pair(), Utils.decode(), Utils.encode() |