This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author valtron
Recipients valtron
Date 2012-03-27.17:37:57
SpamBayes Score 0.024024084
Marked as misclassified No
Message-id <1332869878.62.0.0507950246068.issue14426@psf.upfronthosting.co.za>
In-reply-to
Content
Cookie.py doesn't format the expiry date correctly. The problematic line is: http://hg.python.org/cpython/file/2.7/Lib/Cookie.py#l393, which should read 'return "%s, %02d %3s %4d %02d:%02d:%02d GMT" % \' (spaces instead of dashes). The RFC specifying the date format is http://tools.ietf.org/html/rfc2616#section-3.3.1; you can see that with dashes, only a 2-digit year is allowed (date2).
History
Date User Action Args
2012-03-27 17:37:58valtronsetrecipients: + valtron
2012-03-27 17:37:58valtronsetmessageid: <1332869878.62.0.0507950246068.issue14426@psf.upfronthosting.co.za>
2012-03-27 17:37:58valtronlinkissue14426 messages
2012-03-27 17:37:57valtroncreate