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 bkabrda, serhiy.storchaka
Date 2012-12-20.08:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355993991.92.0.612592848165.issue16735@psf.upfronthosting.co.za>
In-reply-to
Content
You can upload a sample file on bug tracker.

Actually jar files are just zip files (with some limitation and special files). zipfile.is_zipfile should return True on a jar file.
History
Date User Action Args
2012-12-20 08:59:51serhiy.storchakasetrecipients: + serhiy.storchaka, bkabrda
2012-12-20 08:59:51serhiy.storchakasetmessageid: <1355993991.92.0.612592848165.issue16735@psf.upfronthosting.co.za>
2012-12-20 08:59:51serhiy.storchakalinkissue16735 messages
2012-12-20 08:59:51serhiy.storchakacreate