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

2012-05-20 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za 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://hg.python.org/cpython/rev/f9d31d6977f1

New changeset ca2a793d6c7b by Senthil Kumaran in branch 'default':
merge - Fix for issue14426 - buildbots here I come
http://hg.python.org/cpython/rev/ca2a793d6c7b

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-05-19 Thread Senthil Kumaran

Senthil Kumaran sent...@uthcode.com 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 rep...@bugs.python.org
http://bugs.python.org/issue14426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-05-19 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za 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 Senthil Kumaran in branch '3.2':
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/a5fa068143eb

New changeset 32cf38bfb36f by Senthil Kumaran in branch '3.2':
news for Issue14426
http://hg.python.org/cpython/rev/32cf38bfb36f

New changeset 8e476cca25ff by Senthil Kumaran in branch 'default':
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/8e476cca25ff

New changeset 90ffd6c98057 by Senthil Kumaran in branch 'default':
news for Issue14426
http://hg.python.org/cpython/rev/90ffd6c98057

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-05-19 Thread Senthil Kumaran

Senthil Kumaran sent...@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 rep...@bugs.python.org
http://bugs.python.org/issue14426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-05-06 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
keywords: +easy
nosy: +ezio.melotti

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-03-29 Thread R. David Murray

R. David Murray rdmur...@bitdance.com 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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-03-27 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
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 rep...@bugs.python.org
http://bugs.python.org/issue14426
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com