]> granicus.if.org Git - python/commit
Apply SF patch #1698994: Add getstate() and setstate()
authorWalter Dörwald <walter@livinglogic.de>
Mon, 16 Apr 2007 22:10:50 +0000 (22:10 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 16 Apr 2007 22:10:50 +0000 (22:10 +0000)
commit3abcb013b8195aea38f80968d4111b5ac7e68c0b
treedffc08076dd91cbb7860e8115685b939d067a27f
parent8981ad05c0f9c0edc8c2c7aeaad3615805abe907
Apply SF patch #1698994: Add getstate() and setstate()
methods to incrementalcodecs.

Also forward port r54786 (fix the incremental
utf_8_sig decoder).
Doc/lib/libcodecs.tex
Lib/codecs.py
Lib/encodings/utf_16.py
Lib/encodings/utf_8_sig.py
Lib/test/test_codecs.py