[issue14426] date format problem in Cookie/http.cookies

Senthil Kumaran report at bugs.python.org
Sun May 20 06:25:20 CEST 2012


Senthil Kumaran <senthil at uthcode.com> added the comment:

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.

----------
assignee:  -> orsenthil
resolution:  -> fixed
stage: test needed -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14426>
_______________________________________


More information about the Python-bugs-list mailing list