[issue18955] Confusing documentation in Lib/importlib/util.py

2013-09-13 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue18955] Confusing documentation in Lib/importlib/util.py

2013-09-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset ecc18ec4a12e by Brett Cannon in branch 'default': Issue #18955: clarify what is removed by importlib.util.module_for_loader. http://hg.python.org/cpython/rev/ecc18ec4a12e -- nosy: +python-dev ___ Python t

[issue18955] Confusing documentation in Lib/importlib/util.py

2013-09-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +brett.cannon type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue18955] Confusing documentation in Lib/importlib/util.py

2013-09-07 Thread Vajrasky Kok
Vajrasky Kok added the comment: That would help. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue18955] Confusing documentation in Lib/importlib/util.py

2013-09-06 Thread Eric Snow
Eric Snow added the comment: It is the module that gets removed. I suppose it could say, "...created the module, then that module is subsequently...". Would that help? -- nosy: +eric.snow ___ Python tracker

[issue18955] Confusing documentation in Lib/importlib/util.py

2013-09-06 Thread Vajrasky Kok
New submission from Vajrasky Kok: In Lib/importlib/util.py, the documentation is confusing me. Line 42 & 43: If an exception is raised and the decorator created the module it is subsequently removed from sys.modules. Is it supposed to be: "If an exception is raised and the decorat