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

2012-05-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset f457419552e3 by Senthil Kumaran in branch '2.7': Fix for issue14426 - buildbots here I come http://hg.python.org/cpython/rev/f457419552e3 New changeset f9d31d6977f1 by Senthil Kumaran in branch '3.2': Fix for issue14426 - buildbots here I come http

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

2012-05-19 Thread Senthil Kumaran
Senthil Kumaran 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 ex

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

2012-05-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1db41c410f63 by Senthil Kumaran in branch '2.7': Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert http://hg.python.org/cpython/rev/1db41c410f63 New changeset a5fa068143eb by Sen

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

2012-05-19 Thread Senthil Kumaran
Senthil Kumaran added the comment: Actually, the claim is correct, there is no dash separated expiry dates even in the real world. Tested with couple of sites like gmail, wikipedia and few more. -- ___ Python tracker

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

2012-05-06 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2012-03-29 Thread R. David Murray
R. David Murray added the comment: Thanks for the patch. However, the RFC is one thing, but what happens in the real world? Cookies are very messy in the real world, and we cannot just assume that the RFC version works. -- nosy: +r.david.murray _

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

2012-03-27 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +orsenthil stage: -> test needed title: Lib/Cookie.py date format problem -> date format problem in Cookie/http.cookies versions: -Python 3.1 ___ Python tracker