Ethan Furman added the comment:

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')

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6839>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to