]> granicus.if.org Git - python/commit
Instead of pickling the whole decoder, use the new getstate/setstate API.
authorGuido van Rossum <guido@python.org>
Tue, 17 Apr 2007 02:38:04 +0000 (02:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 17 Apr 2007 02:38:04 +0000 (02:38 +0000)
commitd76e7796c97a8f4d555a687609bd96f01f68b7a1
tree7e93e6ec7945842c719a09598b6cfe7f3e6732b2
parent3abcb013b8195aea38f80968d4111b5ac7e68c0b
Instead of pickling the whole decoder, use the new getstate/setstate API.
Lib/io.py
Lib/test/test_io.py