[issue14070] reload(module, ignore_pyc=True) flag

Tim McNamara report at bugs.python.org
Tue Feb 21 04:00:21 CET 2012


New submission from Tim McNamara <paperless at timmcnamara.co.nz>:

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.

----------
components: IO
messages: 153839
nosy: timClicks
priority: normal
severity: normal
status: open
title: reload(module, ignore_pyc=True) flag

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14070>
_______________________________________


More information about the Python-bugs-list mailing list