[Python-Dev] Bug bz2.BZ2File(...).seek(0,2) + patch

Victor STINNER victor.stinner at haypocalc.com
Fri Nov 25 03:31:40 CET 2005


Hi,

I found a bug in bz2 python module. Example:
 import bz2
 bz2.BZ2File("test.bz2","r")
 bz2.seek(0,2)
 assert bz2.tell() != 0

Details and *patch* at:
http://sourceforge.net/tracker/index.php?func=detail&aid=1366000&group_id=5470&atid=105470

Please CC-me for all your answers.

Bye, Victor
-- 
Victor Stinner - student at the UTBM (Belfort, France)
http://www.haypocalc.com/wiki/Accueil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-dev/attachments/20051125/0a0385a7/attachment.pgp


More information about the Python-Dev mailing list