]> granicus.if.org Git - python/commit
The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 02:56:34 +0000 (02:56 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 02:56:34 +0000 (02:56 +0000)
commite1664bdc59efc3f5a60b11a6679be38aadd666e9
tree4d34bef28d9eff8f4da063a5807c6081db9199aa
parent0f77f9569cffd512201089f086e230c789d09929
The 'bdist_dumb' command, the first worker bee for use by 'bdist'.  This is
the command that actually creates "dumb" binary distributions, ie.
tarballs and zip files that you just unpack under <prefix> or <exec-prefix>.
Very limited, but it's a start.
Lib/distutils/command/bdist_dumb.py [new file with mode: 0644]