]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain
authorWalter Dörwald <walter@livinglogic.de>
Fri, 8 Jun 2007 15:33:46 +0000 (15:33 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Fri, 8 Jun 2007 15:33:46 +0000 (15:33 +0000)
commit3f1e65cfde6ebfc1be580bac44fda5c15176f30b
tree87199c83775984026b93c2c7179e271ad94ab8b1
parent9b775535f828bedc30f3f52a04afec049b6aa25a
Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain
unicode now). Fix _quote() and Morsel.set() which were using str8.translate().
As cPickle.dumps() returns bytes now value_encode() and value_decode() methods
must encode/decode (however output() might better return a bytes object).
Lib/Cookie.py