]> granicus.if.org Git - python/commit
Added a usegmt flag to email.Utils.formatdate - this allows it to be
authorAnthony Baxter <anthonybaxter@gmail.com>
Mon, 11 Oct 2004 13:53:08 +0000 (13:53 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Mon, 11 Oct 2004 13:53:08 +0000 (13:53 +0000)
commit3dd9e461618b0964312fa3c649cf03c7bfe27827
treeb8c98e967b38f936410f4e3fddda413bc9c8db3d
parent7f468f29f49786988e4f1a005174578fc83c7eb9
Added a usegmt flag to email.Utils.formatdate - this allows it to be
used to replace rfc822.formatdate for protocols like HTTP (where 'GMT' must
be the timezone string).
Doc/lib/emailutil.tex
Lib/email/Utils.py
Lib/email/test/test_email.py
Lib/urllib.py
Lib/urllib2.py