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 terry.reedy
Recipients jgillick, roger.serwy, terry.reedy
Date 2012-06-23.05:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340427662.57.0.834584058175.issue15080@psf.upfronthosting.co.za>
In-reply-to
Content
Jeremy, when reporting bugs, please first check the latest release. This works in current 2.7.3 (as well as latest 2.6.8 and 3.3.0).
>>> 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'

2.6 only gets security patches. There have been as least a thousand patches since 2.6.1 and this is one of them.
History
Date User Action Args
2012-06-23 05:01:02terry.reedysetrecipients: + terry.reedy, roger.serwy, jgillick
2012-06-23 05:01:02terry.reedysetmessageid: <1340427662.57.0.834584058175.issue15080@psf.upfronthosting.co.za>
2012-06-23 05:01:01terry.reedylinkissue15080 messages
2012-06-23 05:01:00terry.reedycreate