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 eric.araujo, georg.brandl, nadeem.vawda, serhiy.storchaka, tarek
Date 2015-11-12.17:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447349899.9.0.894413234611.issue14061@psf.upfronthosting.co.za>
In-reply-to
Content
Most of issues are already fixed. Proposed patch fixes remnants:

* You see a skip message when bz2 or lzma are not available, instead of silent non-testing.

* Removed a code that handles zipfile import failure. Importing zipfile now is always successful.

* The gztar and zip formats now are registered and supported only when zlib is available. This is documented now.

* Broken circular dependency between shutil and tarfile.

* Removed outdated sentences about the InfoZIP "zip" utility.
History
Date User Action Args
2015-11-12 17:38:20serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, nadeem.vawda, tarek, eric.araujo
2015-11-12 17:38:19serhiy.storchakasetmessageid: <1447349899.9.0.894413234611.issue14061@psf.upfronthosting.co.za>
2015-11-12 17:38:19serhiy.storchakalinkissue14061 messages
2015-11-12 17:38:19serhiy.storchakacreate