New submission from Tim McNamara <paperl...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14070>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to