]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added --skip-build option, so lazy debuggers/testers (mainly me) don't
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 12 May 2000 01:46:47 +0000 (01:46 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 12 May 2000 01:46:47 +0000 (01:46 +0000)
commit74ead8ff5d0861e7adb4eca185a1f0beb1a54227
treed73ecb1dafb07943d72de88807a140c2b4ede848
parentf8f2b98bdd9ba37c8cb416a56f1aab7d25071139
Added --skip-build option, so lazy debuggers/testers (mainly me) don't
have to wade through all the 'build' output when testing installation.
Lib/distutils/command/install.py
Lib/distutils/command/install_lib.py