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 timClicks
Recipients timClicks
Date 2012-02-21.03:00:20
SpamBayes Score 0.000307328
Marked as misclassified No
Message-id <1329793221.07.0.0985593378146.issue14070@psf.upfronthosting.co.za>
In-reply-to
Content
When developing Python code, I often find myself needing to run "rm *.pyc" so that the interpreter will ignore any new changes that I have made to source files. It's really frustrating when forgotten.

Adding a flag to the reload builtin would go a long way to simplify this process.
History
Date User Action Args
2012-02-21 03:00:21timClickssetrecipients: + timClicks
2012-02-21 03:00:21timClickssetmessageid: <1329793221.07.0.0985593378146.issue14070@psf.upfronthosting.co.za>
2012-02-21 03:00:20timClickslinkissue14070 messages
2012-02-21 03:00:20timClickscreate