This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients jgillick, roger.serwy
Date 2012-06-15.20:55:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339793719.03.0.336665285002.issue15080@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-06-15 20:55:19roger.serwysetrecipients: + roger.serwy, jgillick
2012-06-15 20:55:19roger.serwysetmessageid: <1339793719.03.0.336665285002.issue15080@psf.upfronthosting.co.za>
2012-06-15 20:55:18roger.serwylinkissue15080 messages
2012-06-15 20:55:18roger.serwycreate