[issue14070] Idea: Add a flag to reload from source, e.g. reload(module, ignore_pyc=True)

Brett Cannon report at bugs.python.org
Tue Feb 21 19:10:04 CET 2012


Brett Cannon <brett at python.org> added the comment:

I don't quite follow what you want. You say you want to *ignore* changes to source files, but that's the whole point of a reload. And I don't see how ignoring bytecode changes anything unless you are mucking with bytecode formats and don't want to have to continuously change the magic number.

----------
nosy: +brett.cannon

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


More information about the Python-bugs-list mailing list