le.HIGHEST_PROTOCOL is also unwanted due to the serialized string
being much larger?
In case I work on a patch to improve the unit tests for this part,
should I file a new ticket? Should this mail have actually been sent as
a comment to the ticket? :)
--
Raphael Kubo da Costa
ProFUSION embedded syste
ng expanded to something along the
lines of "Set-Cookie: foo=bar; other-parameters;", so validation failed
later.
Some investigation led me to find the problem in the cache backend I was
using, as the cookies inside the cached HttpResponse were being
serialized incorrectly and later pi
e.get('some_cookie')
+
+self.assertEqual(cached_cookie['key'].value,
+ test_cookie['key'].value)
+
def test_unicode(self):
# Unicode values can be cached
stuff = {
[1] http://bugs.python.org/issue826897
--
Raphael Kubo