This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix of bug 1366000
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, vstinner
Priority: normal Keywords: patch

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:14adminsetgithub: 42644
2005-11-30 15:32:01vstinnercreate