mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
- DistutilsOptionError is now documented as it's actually used, ie.
to indicate bogus option values (usually user options, eg. from
the command-line)
- added DistutilsSetupError to indicate errors that definitely arise
in the setup script
- got rid of DistutilsValueError, and changed all usage of it to
either DistutilsSetupError or ValueError as appropriate
- simplified a bunch of option get/set methods in Command and
Distribution classes -- just pass on AttributeError most of
the time, rather than turning it into something else
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bdist.py | ||
| bdist_dumb.py | ||
| build.py | ||
| build_clib.py | ||
| build_ext.py | ||
| build_py.py | ||
| clean.py | ||
| install.py | ||
| install_lib.py | ||
| sdist.py | ||