]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reset internal buffers when seek() is called. This fixes SF bug #1156259.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 14 Mar 2005 19:06:30 +0000 (19:06 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 14 Mar 2005 19:06:30 +0000 (19:06 +0000)
commit729c31f5c3e8dcbff571e066ab253db272e490a5
tree1c9434e6f1411665bd3a0210cea4c64be87a89d3
parent3390d33dd7d1fe4ce08a90f3a7f8759dfa101387
Reset internal buffers when seek() is called. This fixes SF bug #1156259.
Lib/codecs.py
Lib/encodings/utf_16.py
Lib/test/test_codecs.py