[issue6839] zipfile can't extract file

Nick Coghlan report at bugs.python.org
Wed Apr 30 06:34:06 CEST 2014


Nick Coghlan added the comment:

The check can be simplified further to "if self.debug and fname != zinfo.orig_filename:", but the conversion to a debugging print seems reasonable to me.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6839>
_______________________________________


More information about the Python-bugs-list mailing list