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 purpleidea
Recipients purpleidea, tarek
Date 2009-06-01.13:11:46
SpamBayes Score 7.9005656e-07
Marked as misclassified No
Message-id <1243861908.47.0.4683049952.issue6142@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, the patch only removes them if one adds the --pyc option.
I think it is a good idea to have some option or target somewhere to
remove the types of files that can be regenerated because often
developers want to "get them out of the way". Example: I'll be working
on a project in my code directory, and it's nice to be able to do an "$
ls" without seeing extra files lying that clutter up the view. Perhaps
different people want to remove them for different reasons. I remember
searching for "remove .pyc" or something like it and it returned some
hits from other people wanting similar functionality. Thanks for your
time, I hope you include something like this patch in upstream.

_J
History
Date User Action Args
2009-06-01 13:11:48purpleideasetrecipients: + purpleidea, tarek
2009-06-01 13:11:48purpleideasetmessageid: <1243861908.47.0.4683049952.issue6142@psf.upfronthosting.co.za>
2009-06-01 13:11:47purpleidealinkissue6142 messages
2009-06-01 13:11:46purpleideacreate