]> granicus.if.org Git - python/commit
Dropped any notion of allowing the user to specify the build directories:
authorGreg Ward <gward@python.net>
Wed, 22 Mar 2000 00:30:54 +0000 (00:30 +0000)
committerGreg Ward <gward@python.net>
Wed, 22 Mar 2000 00:30:54 +0000 (00:30 +0000)
commit066af1074dfed4f7a6538692433ba04995dd7509
tree29d21b7c66dd6dd2a6e0f176ca4ca7b488c156e6
parent1b4ede5f24814dc4baa8832414093aa745c3755c
Dropped any notion of allowing the user to specify the build directories:
these must come from the 'build' command.  This means we no longer need
the misconceived 'set_peer_option()' method in Command and, more importantly,
sweeps away a bunch of potential future complexity to handle this tricky
case.
Lib/distutils/command/install.py