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 Jacob Taylor
Recipients Jacob Taylor
Date 2019-12-05.05:13:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575522823.75.0.720870581486.issue38976@roundup.psfhosted.org>
In-reply-to
Content
This PR adds support for the HttpOnly flag as encoded in CURL cookiejars.

This PR was mainly designed to allow the MozillaCookieJar to parse in the cookies, as previously they were considered comments and ignored. 

As HttpOnly is considered a non-standard attribute, the nonstandard attribute dict was considered the most appropriate place to persist this information.
History
Date User Action Args
2019-12-05 05:13:43Jacob Taylorsetrecipients: + Jacob Taylor
2019-12-05 05:13:43Jacob Taylorsetmessageid: <1575522823.75.0.720870581486.issue38976@roundup.psfhosted.org>
2019-12-05 05:13:43Jacob Taylorlinkissue38976 messages
2019-12-05 05:13:43Jacob Taylorcreate