[issue1159051] Handle corrupted gzip files with unexpected EOF

Serhiy Storchaka report at bugs.python.org
Sat Mar 16 20:46:48 CET 2013


Serhiy Storchaka added the comment:

tuned_gzip does dangerous things, it overloads private methods of GzipFile.

>From Bazaar 2.3 Release Notes:

* Stop using ``bzrlib.tuned_gzip.GzipFile``. It is incompatible with
  python-2.7 and was only used for Knit format repositories, which haven't
  been recommended since 2007. The file itself will be removed in the next
  release. (John Arbash Meinel)

Current version is 2.6b2. bzrlib.tuned_gzip.GzipFile should be removed two releases ago.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1159051>
_______________________________________


More information about the Python-bugs-list mailing list