Mark Hughes added the comment:
We experimented with a version of the patch for 2.7.9.
One issue we immediately noticed is that even though disallowed by the spec the
use of commas in cookie values is widespread so we needed to add \, to the
_LEGAL_VALUES_PATT
Mark Hughes added the comment:
This is also an issue with Python 2.7.9 but not 2.7.8. There were various
cookie related fixes in 2.7.9 which could have revealed this issue. Maybe this
one?
https://hg.python.org/cpython/rev/9e765e65e5cb
--
nosy: +Mark Hughes