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 paulie4, terry.reedy
Date 2011-09-16.18:58:40
SpamBayes Score 4.6056186e-05
Marked as misclassified No
Message-id <1316199521.48.0.302248653247.issue12966@psf.upfronthosting.co.za>
In-reply-to
Content
Some notes: In 3.x, cookielib is http.cookiejar. LWPCookieJar is a subclass of FileCookieJar. The module follows RFC 2109 and RFC 2965. RFC 6265 is labelled a 'PROPOSED STANDARD' that 'obsoletes' 2965, but its status is unclear to me. RFC 2965 says it has already been obsoleted. Of course, what matters in practice is what sites do. Cookielib was written to work with obsolete 2109 because that is what was mostly used at the time.

Paulie, please check what the older standards, that are the basis of cookielib, say about newlines in cookies. Also, please load the current 2.7 and 3.2 and test with 'non-compliant' sites.
History
Date User Action Args
2011-09-16 18:58:41terry.reedysetrecipients: + terry.reedy, paulie4
2011-09-16 18:58:41terry.reedysetmessageid: <1316199521.48.0.302248653247.issue12966@psf.upfronthosting.co.za>
2011-09-16 18:58:40terry.reedylinkissue12966 messages
2011-09-16 18:58:40terry.reedycreate