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 ethan.furman
Recipients Jim.Jewett, NewerCookie, amaury.forgeotdarc, apolkosnik, berker.peksag, chuck, ethan.furman, francismb, georg.brandl, gregory.p.smith, ncoghlan, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2014-05-02.15:53:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399045997.1.0.248837008134.issue6839@psf.upfronthosting.co.za>
In-reply-to
Content
Adam Polkasnik said:
--------------------
> Extraction works fine, the issue was that raise() was creating an exception, and
> stopping the whole extraction process.

That doesn't make sense.  If an exception was "stopping the whole extraction process" then extraction was not working fine.

Questions:

  - Are the names with '\' in them in the central directory, or the per-file header?

  - If in the central directory (which is the name we are going to use, yes?) how do
    we tell if the '\' should be a '/' or an escape? (such as '\t')
History
Date User Action Args
2014-05-02 15:53:17ethan.furmansetrecipients: + ethan.furman, georg.brandl, terry.reedy, gregory.p.smith, ronaldoussoren, amaury.forgeotdarc, ncoghlan, NewerCookie, chuck, francismb, berker.peksag, Jim.Jewett, serhiy.storchaka, apolkosnik
2014-05-02 15:53:17ethan.furmansetmessageid: <1399045997.1.0.248837008134.issue6839@psf.upfronthosting.co.za>
2014-05-02 15:53:17ethan.furmanlinkissue6839 messages
2014-05-02 15:53:16ethan.furmancreate