mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
There was already a test for this, but it was complicated and had a subtle bug (custom command objects need to be put in dist.command_obj so that other command objects may see them) that rendered it moot. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bdist.py | ||
| bdist_dumb.py | ||
| bdist_msi.py | ||
| bdist_wininst.py | ||
| build.py | ||
| build_clib.py | ||
| build_ext.py | ||
| build_py.py | ||
| build_scripts.py | ||
| check.py | ||
| clean.py | ||
| cmd.py | ||
| command_template | ||
| config.py | ||
| install_data.py | ||
| install_dist.py | ||
| install_distinfo.py | ||
| install_headers.py | ||
| install_lib.py | ||
| install_scripts.py | ||
| register.py | ||
| sdist.py | ||
| test.py | ||
| upload.py | ||
| upload_docs.py | ||
| wininst-6.0.exe | ||
| wininst-7.1.exe | ||
| wininst-8.0.exe | ||
| wininst-9.0-amd64.exe | ||
| wininst-9.0.exe | ||
| wininst-10.0-amd64.exe | ||
| wininst-10.0.exe | ||