[docs] [issue22242] Doc fix in the Import section in language reference.

Brett Cannon report at bugs.python.org
Fri Nov 7 17:31:41 CET 2014


Brett Cannon added the comment:

So the second point isn't contradictory, just more thorough (and had a mad mix of singular/plural wording). Loaders could add more than one module if they chose to. The key point is that when a load fails, only the modules that failed and that the loader itself was directly involved with loading should be removed from sys.modules.

I tried to fix the plurality of the words in the second part to help clear things up.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the docs mailing list