]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix #4862 in _pyio: reset the decoder on seek(0)
authorBenjamin Peterson <benjamin@python.org>
Thu, 5 Mar 2009 00:42:09 +0000 (00:42 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 5 Mar 2009 00:42:09 +0000 (00:42 +0000)
commit9363a65b2ceb1b9cb9b14a1711d7d2310673a0a0
treea399a6f732273464722a00629b70ad5794d8ebb8
parent03cfa7365d7fc7c1020aab3845e49356f961f767
fix #4862 in _pyio: reset the decoder on seek(0)
Lib/_pyio.py
Lib/test/test_io.py