]> granicus.if.org Git - python/commit
Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' --
authorGreg Ward <gward@python.net>
Sat, 18 Mar 2000 17:35:12 +0000 (17:35 +0000)
committerGreg Ward <gward@python.net>
Sat, 18 Mar 2000 17:35:12 +0000 (17:35 +0000)
commit89ccb984f013a3ad5664982189b8d29e944f1375
tree681b54bab4718285a777adcb0ca35a9f4d2dac54
parent11fc7e447cb7c921f6256847478333e530669f4d
Oops!  Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' --
that broke parsing command-line options.  Instead call it in
'Command.find_peer()', which is why I added it to 'find_command_obj()'
in the first place.
Lib/distutils/core.py