]> granicus.if.org Git - python/commit
Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util
authorGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:47:29 +0000 (02:47 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:47:29 +0000 (02:47 +0000)
commit03d1ae1f0152ef5a6fe4f8a21302387979bd04c9
tree9427de226a34c511b7a7ea3d3f1e2f54bd52e436
parentf00c34da1d0ba4641829adb264fcb20c663b872e
Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util
in preparation for the 'bdist_dumb' command; these methods remain as
trivial wrappers around the versions in distutils.util.
Lib/distutils/command/sdist.py