New submission from Dan LaMotte:
I recently discovered that a valid cookie (by the RFC) is not parse-able by the
Cookie library in python's standard library.
import Cookie
c = Cookie.SimpleCookie('key=[ab]cd[ef]')
print c.keys() # yields []
When quoted, it w
Dan LaMotte added the comment:
Yes, this is a duplicate of that bug. Sorry.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issu
Changes by Dan LaMotte :
--
nosy: +dlamotte
___
Python tracker
<http://bugs.python.org/issue22931>
___
___
Python-bugs-list mailing list
Unsubscribe: