mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
e05ca2aff4
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.