cpython/Lib/http
R. David Murray daa7ba038b Merged revisions 87550 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87550 | r.david.murray | 2010-12-28 13:54:13 -0500 (Tue, 28 Dec 2010) | 8 lines

  #9824: encode , and ; in cookie values so that browsers don't split on them

  There is a small chance of backward incompatibility here, but only for
  non-SimpleCookie applications reading SimpleCookie generated cookies.  Even
  then, any such ap is likely to be handling escaped values already, and it would
  take a fairly perverse implementation of unescaping to fail to unescape these
  newly escaped chars, so the risk seems minimal.
........
2010-12-28 18:56:33 +00:00
..
__init__.py
client.py Merged revisions 87373,87381 via svnmerge from 2010-12-18 18:04:38 +00:00
cookiejar.py Merged revisions 83370,83372-83374,83384 via svnmerge from 2010-08-01 19:09:07 +00:00
cookies.py Merged revisions 87550 via svnmerge from 2010-12-28 18:56:33 +00:00
server.py Merged revisions 87373,87381 via svnmerge from 2010-12-18 18:04:38 +00:00