[issue26302] cookies module allows commas in keys

Anish Shah report at bugs.python.org
Sat Feb 6 13:09:03 EST 2016


Anish Shah added the comment:

@serhiy.storchaka OK, I have used re.escape instead of '\'. And I have added a test too.

Also, may I know why '\' can not be in _LegalChars, so that I can remember this for future purpose?

----------
Added file: http://bugs.python.org/file41837/issue26302_20160206-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26302>
_______________________________________


More information about the Python-bugs-list mailing list