]> granicus.if.org Git - python/commit
#20744: don't try running an external 'zip' in shutil.make_archive()
authorAndrew Kuchling <amk@amk.ca>
Thu, 20 Mar 2014 20:11:16 +0000 (16:11 -0400)
committerAndrew Kuchling <amk@amk.ca>
Thu, 20 Mar 2014 20:11:16 +0000 (16:11 -0400)
commita0934b2c1b939fdebee8dc18d49a0f6c52324773
tree284f4f468757f082bc5f809ad52c8064728f434f
parent8efe3df6642a1d29c6e8bafe18c038ed64b398c3
#20744: don't try running an external 'zip' in shutil.make_archive()

Instead we'll just use the stdlib zipfile module.  Patch by Derek Chiang
Lib/shutil.py