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.

Author serhiy.storchaka
Recipients ajaksu2, calvin, doko, larry, loewis, nadeem.vawda, python-dev, serhiy.storchaka, yeeeev
Date 2013-03-16.19:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363463208.3.0.745638646835.issue1159051@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-03-16 19:46:48serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, doko, calvin, larry, ajaksu2, nadeem.vawda, python-dev, yeeeev
2013-03-16 19:46:48serhiy.storchakasetmessageid: <1363463208.3.0.745638646835.issue1159051@psf.upfronthosting.co.za>
2013-03-16 19:46:48serhiy.storchakalinkissue1159051 messages
2013-03-16 19:46:48serhiy.storchakacreate