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 trentm
Recipients mixedpuppy, rhymes, trentm
Date 2009-02-17.00:20:34
SpamBayes Score 7.693578e-07
Marked as misclassified No
Message-id <1234830100.37.0.766588842212.issue3073@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to the Python 2.7 head to fix Cookie.py and to
test_cookie.py to test parsing a cookie header string with an "Expires"
attribute with spaces. All the existing tests (including mainly the
docstring tests in Cookie.py) still pass.

If someone could review this for sanity, I'd be happy to check it in and
also do any tweaks necessary to patch the Python 3.1 tree as well.
History
Date User Action Args
2009-02-17 00:21:40trentmsetrecipients: + trentm, mixedpuppy, rhymes
2009-02-17 00:21:40trentmsetmessageid: <1234830100.37.0.766588842212.issue3073@psf.upfronthosting.co.za>
2009-02-17 00:20:40trentmlinkissue3073 messages
2009-02-17 00:20:39trentmcreate