]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Renamed 'install_path' to 'extra_path'.
authorGreg Ward <gward@python.net>
Wed, 22 Mar 2000 00:20:46 +0000 (00:20 +0000)
committerGreg Ward <gward@python.net>
Wed, 22 Mar 2000 00:20:46 +0000 (00:20 +0000)
commit7f6ef6ca269051528777bba20865d087bcbf9cc7
tree9f6c60807c4614c90b2e1372b10eb4b0ff438aea
parenta233d86638efc76efeddb40e38a844b97c35f2a4
Renamed 'install_path' to 'extra_path'.
Fix 'Command.set_undefined_option()' to call 'ensure_ready()' rather
  than 'finalize_options()' (which is only supposed to be called once,
  which is the whole point of 'ensure_ready()').
Added comment to 'set_peer_option()' to remind myself that this method
  cannot work and is fundamentally wrong-headed.
Lib/distutils/core.py