Patches item #1117454, was opened at 2005-02-06 19:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1117454&group_id=5470
Category: Library (Lib) Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: John J Lee (jjlee) Assigned to: Nobody/Anonymous (nobody) Summary: cookielib.LWPCookieJar incorrectly loads value-less cookies Initial Comment: cookielib.LWPCookieJar contains a couple of lines of code left over from an earlier incarnation of the module in which cookies like Set-Cookie: foo were treated as name-less instead of value-less. This causes corruption on loading such cookies from LWP format files. The patch fixes this bug and a similar relic that did not cause an actual bug. It also adds a comment, and a new test. Should be backported to 2.4 maintenance branch. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1117454&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
