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.

Author eric.araujo
Recipients eric.araujo, pitrou, purpleidea, r.david.murray, tarek, thijs
Date 2011-02-04.03:04:07
SpamBayes Score 0.00014076244
Marked as misclassified No
Message-id <1296788649.05.0.0696882450942.issue6142@psf.upfronthosting.co.za>
In-reply-to
Content
Discussion summary:
- clean is supposed to remove the products of build
- build_ext is a subcommand of build
- build_ext with the inplace option writes files that are not removed by clean
- removing .pyc files is out of scope (they’re products of normal Python behavior, not related to distutils)
→ I’m reclassifying this as a distutils2 feature request concerning the products of build_ext --inplace.

I’m not sure whether we should remove those products when the --all option is given to clean, or add a new option that we could enable by default.
History
Date User Action Args
2011-02-04 03:04:09eric.araujosetrecipients: + eric.araujo, pitrou, tarek, r.david.murray, thijs, purpleidea
2011-02-04 03:04:09eric.araujosetmessageid: <1296788649.05.0.0696882450942.issue6142@psf.upfronthosting.co.za>
2011-02-04 03:04:07eric.araujolinkissue6142 messages
2011-02-04 03:04:07eric.araujocreate