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 orsenthil
Recipients ezio.melotti, federico.reghenzani, orsenthil, python-dev, r.david.murray, valtron
Date 2012-05-20.04:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337487920.4.0.0343666063733.issue14426@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed in all the branches. Note here - the test change is actually not the coverage because Cookie tests cover the scenarios of SimpleCookie class of both loading the formatted date and setting the formatted date. It is only testing the setting of expires header and not the format of the date. 

The Morsel class and "all" it's method needs to be covered by separate tests and  coverage of this change would fall in there. I think, this should be tracked in a different issue.
History
Date User Action Args
2012-05-20 04:25:20orsenthilsetrecipients: + orsenthil, ezio.melotti, r.david.murray, python-dev, federico.reghenzani, valtron
2012-05-20 04:25:20orsenthilsetmessageid: <1337487920.4.0.0343666063733.issue14426@psf.upfronthosting.co.za>
2012-05-20 04:25:19orsenthillinkissue14426 messages
2012-05-20 04:25:19orsenthilcreate