]> granicus.if.org Git - python/commit
Catch DistutilsOptionError in 'setup()' -- it's thrown either because of
authorGreg Ward <gward@python.net>
Sat, 22 Apr 2000 03:11:17 +0000 (03:11 +0000)
committerGreg Ward <gward@python.net>
Sat, 22 Apr 2000 03:11:17 +0000 (03:11 +0000)
commitddad73bca9072b3d4228c3d12965dbae72db2b46
treec810b36b846a8b4938af1871fb901ebc8ba66ba1
parentdb80754abcc49b8331a6da9d30c04dfcde815bc2
Catch DistutilsOptionError in 'setup()' -- it's thrown either because of
errors in the setup script or on the command line, so shouldn't result
in a traceback.
Lib/distutils/core.py