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 jdetrey
Recipients douyuan, jdetrey, jjlee, loewis, terry.reedy
Date 2015-01-07.09:57:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420624679.63.0.168164620771.issue2190@psf.upfronthosting.co.za>
In-reply-to
Content
Dear all,

In fact, this cookie.txt format is still used by curl. For instance, see

  https://github.com/bagder/curl/blob/curl-7_39_0/lib/cookie.c#L644

which clearly shows support for the "#HttpOnly_" prefix. Therefore, supporting this format in http.cookiejar.MozillaCookieJar seems quite relevant to me.

Attached is an updated patch.

Kind regards,
Jérémie.
History
Date User Action Args
2015-01-07 09:57:59jdetreysetrecipients: + jdetrey, loewis, terry.reedy, jjlee, douyuan
2015-01-07 09:57:59jdetreysetmessageid: <1420624679.63.0.168164620771.issue2190@psf.upfronthosting.co.za>
2015-01-07 09:57:59jdetreylinkissue2190 messages
2015-01-07 09:57:59jdetreycreate