]> granicus.if.org Git - python/commit
Patch #103473 from dougfort: Some sites (amazon.com for one) drop
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 20 Feb 2001 22:11:24 +0000 (22:11 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 20 Feb 2001 22:11:24 +0000 (22:11 +0000)
commitc05abb3bdaa87b6e5ea2d6db1e5d6145ae2b0440
tree027b9f30963f559938816ac9a8c467d46caf7422
parent85cd1d690cfd0bad9b6ee98578fadf2a7d8988e9
Patch #103473 from dougfort: Some sites (amazon.com for one) drop
cookies that contain '=' as part of the value. This patch modifies
Cookie.py to allow '=' as a legal character, and to make the key
search nongreedy so it stops at the first '='.
Lib/Cookie.py