This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2016年03月11日 17:56 by memeplex, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg261588 - (view) | Author: Memeplex (memeplex) | Date: 2016年03月11日 17:56 | |
The current implementation offers a stop_after parameter for run_setup() but not for setup(). This design has some shortcomings: 1. It couples the possibility to stop setup after some phase to the fact that the setup function resides in another file. But the feature is also useful when directly invoking setup (for example, if you want to tweak the dist before running it). 2. The other parameters to run_setup are already parameters to setup. It would be more consistent to make all three parameters common to both methods. 3. Arguably messy global variable manipulation to communicate run_setup and setup. |
|||
| msg379403 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2020年10月23日 03:54 | |
distutils isn’t improved anymore. This might interest the setuptools project, which uses its copy of distutils. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:28 | admin | set | github: 70728 |
| 2020年10月23日 03:54:45 | eric.araujo | set | status: open -> closed nosy: + jaraco, - dstufft messages: + msg379403 resolution: wont fix stage: resolved |
| 2016年03月11日 17:56:37 | memeplex | create | |