]> granicus.if.org Git - python/commit
Fix for bug #410541: bdist builds bogus .zips
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 26 Nov 2002 17:45:19 +0000 (17:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 26 Nov 2002 17:45:19 +0000 (17:45 +0000)
commitacd5cb2ff075e9ef3d0952806dbe1ef9a2f00882
tree111ba4c1be82d97e17c06b06a5e9700357b17ae4
parent40f23e0ddf4aa875cc46e1bddeb88a0a3b7c3fdc
Fix for bug #410541: bdist builds bogus .zips
This adds a --relative option to the bdist_dumb command that defaults
to false; if true, the .tar.gz or .zip will be assembled using relative
paths.
Lib/distutils/command/bdist_dumb.py