]> granicus.if.org Git - python/commit
Pete Shinners discovered that zipfile.ZipFile() is called with mode
authorGuido van Rossum <guido@python.org>
Sat, 14 Apr 2001 16:17:00 +0000 (16:17 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 14 Apr 2001 16:17:00 +0000 (16:17 +0000)
commitb61914dd5baf5613bde1d9379cf24992c943ea1f
tree362ee1ebd7e527fdec37c97b72d70941b97caaa3
parent3c1858a58948b926431db7c40d308f37e6ed981e
Pete Shinners discovered that zipfile.ZipFile() is called with mode
argument "wb", while the only valid modes are "r", "w" or "a".  Fix
this by changing the mode to "w".
Lib/distutils/archive_util.py