[issue19413] Reload semantics changed unexpectedly in Python 3.3

Nick Coghlan report at bugs.python.org
Wed Oct 30 03:56:37 CET 2013


Nick Coghlan added the comment:

Just had a thought on a possible functional test case:
- write a module file
- load it
- check for expected attributes
- move it from name.py to name/__init__.py
- reload it
- check for new expected attributes

----------

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


More information about the Python-bugs-list mailing list