Roger Serwy <roger.se...@gmail.com> added the comment:

2.6.8 is the latest source-only release of the 2.6 series. Here's what I get:

    Python 2.6.8 (unknown, Jun 15 2012, 15:51:46) 
    [GCC 4.5.2] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import Cookie
    >>> cookie = Cookie.SimpleCookie('bcookie="123"; Expires=Sat, 14-Jun-2014 
23:03:13 GMT;')
    >>> cookie['bcookie']['expires']
    'Sat, 14-Jun-2014 23:03:13 GMT'

Jeremy, what is the exact version of 2.6 being used?

----------
nosy: +serwy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15080>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to