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

Vajrasky Kok report at bugs.python.org
Sat Sep 7 06:56:33 CEST 2013


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 decorator which created the module is
    subsequently removed from sys.modules." ?

----------
assignee: docs at python
components: Documentation
messages: 197136
nosy: docs at python, vajrasky
priority: normal
severity: normal
status: open
title: Confusing documentation in Lib/importlib/util.py
versions: Python 3.4

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


More information about the Python-bugs-list mailing list