]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0.
authorGeorg Brandl <georg@python.org>
Sat, 18 Feb 2006 21:57:28 +0000 (21:57 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 18 Feb 2006 21:57:28 +0000 (21:57 +0000)
commitdc2a854b139d4ff6ee80b7b1826612f1dabda952
tree3933dfb6ccc92dfe7535bba6187eed3186ceacb8
parentf3cba11e55da33f6c83ba831716237b672cfcc42
Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offset>=0.
Modules/bz2module.c