]> granicus.if.org Git - python/commit
Added 'ready' flag and 'ensure_ready()' method to Command: together
authorGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:12:19 +0000 (12:12 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:12:19 +0000 (12:12 +0000)
commit3868eb97c814f22fadc32627bd19a6dc0afe5b85
treefcd302bda8da77c89fdd1aa2649a4541ad7a9b36
parente13ff2e2d6ddc6dead2d804006d8320df27dc553
Added 'ready' flag and 'ensure_ready()' method to Command: together
  they make sure that 'set_final_options()' has been called, but isn't
  called redundantly.
Changed Distribution to call 'ensure_ready()' where it used to call
  'set_final_options()', and in a few extra places as well.
Lots of comment/docstring revisions and additions in both classes.
New one-liner utility methods in Command: 'find_peer()', 'spawn()'.
Lib/distutils/core.py