This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients docs@python, vajrasky
Date 2013-09-07.04:56:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378529793.43.0.614039652943.issue18955@psf.upfronthosting.co.za>
In-reply-to
Content
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." ?
History
Date User Action Args
2013-09-07 04:56:33vajraskysetrecipients: + vajrasky, docs@python
2013-09-07 04:56:33vajraskysetmessageid: <1378529793.43.0.614039652943.issue18955@psf.upfronthosting.co.za>
2013-09-07 04:56:33vajraskylinkissue18955 messages
2013-09-07 04:56:33vajraskycreate