Brett Cannon <br...@python.org> added the comment:

sys.modules is tricky thanks to built-in modules not liking to be re-imported 
(and why import_state in importlib.test didn't reset it).

If only one test fails because of my assumption, then I guess blanking them out 
really isn't as important as I thought. And if you have to blank everything out 
for a test, then you are just careful to blank everything out, no matter how 
verbose it gets.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14715>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to