[ python-Bugs-964861 ] Cookie module does not parse date

SourceForge.net noreply at sourceforge.net
Wed Jun 2 05:02:41 EDT 2004


Bugs item #964861, was opened at 2004-06-02 09:02
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=964861&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Manlio Perillo (manlioperillo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cookie module does not parse date

Initial Comment:
>>> sys.version
'2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit
(Intel)]'
>>> sys.platform
'win32'
>>> sys.getwindowsversion()
(5, 1, 2600, 2, '')

Hi.
The standard Cookie module does not parse date string.

Here is and example:

>>> import Cookie
>>> s = 'Set-Cookie: key=value; path=/; expires=Fri,
21-May-2004 10:40:51 GMT'
>>> c = Cookie.BaseCookie(s)
>>> print c
Set-Cookie: key=value; expires=Fri,; Path=/;


In the attached file I have reported the correct (I
think) regex pattern.



Thanks and Regards  Manlio Perillo


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=964861&group_id=5470



More information about the Python-bugs-list mailing list