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 jjlee
Recipients DenNukem, jjlee
Date 2008-10-15.23:10:11
SpamBayes Score 5.6403246e-06
Marked as misclassified No
Message-id <1224112212.47.0.750198273276.issue3924@psf.upfronthosting.co.za>
In-reply-to
Content
The sensible fix for this is to strip the quotes off, defaulting to
version 0 on failure to parse the version cookie-attribute.  It's not
necessary to retain the original version string.

By the way, what you posted warning rather than a strictly unhandled
exception or "crash" -- it's a bug, but won't cause the program to stop.
 And by "none of the cookies work after that", you mean that no cookies
in headers containing the quoted version cookie-attribute are accepted
by the cookiejar.

FWIW, this bug only affects RFC 2109 cookies, not RFC 2965 cookies.
History
Date User Action Args
2008-10-15 23:10:12jjleesetrecipients: + jjlee, DenNukem
2008-10-15 23:10:12jjleesetmessageid: <1224112212.47.0.750198273276.issue3924@psf.upfronthosting.co.za>
2008-10-15 23:10:11jjleelinkissue3924 messages
2008-10-15 23:10:11jjleecreate