New submission from Waldemar Parzonka:
There seems to be weird behaviour in BaseCookie.load() when cookie that has '['
in one of the values is being loaded.
There is no exception being thrown as the key is still legal but the cookie is
not getting loaded properly and everything that
Waldemar Parzonka added the comment:
Thanks for taking a look into that.
And yes the behaviour when invalid value is encountered is bit weird as the
rest of the cookie is being silently ignored which is probably less than ideal
in most cases.
Just wonder if there is any easy way of making
Changes by Waldemar Parzonka :
--
nosy: +Waldemar.Parzonka
___
Python tracker
<http://bugs.python.org/issue22983>
___
___
Python-bugs-list mailing list
Unsub
Changes by Waldemar Parzonka :
--
nosy: +Waldemar.Parzonka
___
Python tracker
<http://bugs.python.org/issue6766>
___
___
Python-bugs-list mailing list
Unsub