]> granicus.if.org Git - python/commit
Patch from Rene Liebscher: this adds "--help-foo" options to list the
authorGreg Ward <gward@python.net>
Wed, 7 Jun 2000 03:00:06 +0000 (03:00 +0000)
committerGreg Ward <gward@python.net>
Wed, 7 Jun 2000 03:00:06 +0000 (03:00 +0000)
commit9d17a7ad6df0a940f8f10cf7a113aaffc4222309
tree825174ee769bf6ab27252f9a2965ed2b81680fb5
parent1169687692e5e897033421fe6a73a3c32675a7d7
Patch from Rene Liebscher: this adds "--help-foo" options to list the
values that "--foo" can take for various commands: eg. what formats for
"sdist" and "bdist", what compilers for "build_ext" and "build_clib".

I have *not* reviewed this patch; I'm checking it in as-is because it also
fixes a paper-bag-over-head bug in bdist.py, and because I won't have
time to review it properly for several days: so someone else can
test it for me, instead!
Lib/distutils/archive_util.py
Lib/distutils/ccompiler.py
Lib/distutils/command/bdist.py
Lib/distutils/command/build.py
Lib/distutils/command/build_clib.py
Lib/distutils/command/build_ext.py
Lib/distutils/command/sdist.py
Lib/distutils/dist.py