diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-11-21 18:33:28 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-11-21 18:33:28 (GMT) |
commit | cdd215789c86f3cd729cf10c9d6fe6b3d5df5d7b (patch) | |
tree | dc91b61dbb88d5537ae6ad065e8ddbaeaaa3d1d6 /RISCOS | |
parent | 3350b5bfd9be61b6567c60e15387a72ad0166564 (diff) | |
download | cpython-cdd215789c86f3cd729cf10c9d6fe6b3d5df5d7b.zip cpython-cdd215789c86f3cd729cf10c9d6fe6b3d5df5d7b.tar.gz cpython-cdd215789c86f3cd729cf10c9d6fe6b3d5df5d7b.tar.bz2 |
Bug #639118 from Ollie Oldham: archiver should use zipfile before zip
Previously archive_util.py attempted to spawn an
external 'zip' program for the zip action, if this fails, an
attempt to import zipfile.py is made...
This bites folks who have 'old' or non-conforming zip
programs on windows platforms. This change tries the 'zipfile'
module first, falling back to spawning a zip process if
the module isn't available.
Diffstat (limited to 'RISCOS')
0 files changed, 0 insertions, 0 deletions