]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added 'make_tarball()' and 'make_zipfile()' functions in preparation
authorGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:48:40 +0000 (02:48 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:48:40 +0000 (02:48 +0000)
commit7c1a6d477771955e3773849ef636fceda81bb3d5
treec3c06a812a1d934ddfb59484b961bc8fe33b3222
parent03d1ae1f0152ef5a6fe4f8a21302387979bd04c9
Added 'make_tarball()' and 'make_zipfile()' functions in preparation
for the 'bdist_dumb' command.  Adapted, with tweakage, from the 'sdist'
command.
Lib/distutils/util.py