Issue 1370147: Fix of bug 1366000 (original) (raw)

Created on 2005-11-30 15:32 by vstinner, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python_bz2module_seek_v2.patch vstinner,2005-11-30 15:32 The patch
Messages (2)
msg49156 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2005-11-30 15:32
Here is a fix to bug #1366000 (Bug in bz2 : bz2.BZ2File(...).seek(0,2)) Haypo
msg49157 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-18 21:58
Logged In: YES user_id=1188172 Thanks for the patch, I cleaned up the whole seek() logic and fixed the bug.
History
Date User Action Args
2022-04-11 14:56:14 admin set github: 42644
2005-11-30 15:32:01 vstinner create