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 Daniel.U..Thibault
Recipients Daniel.U..Thibault, docs@python
Date 2017-11-03.17:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509729586.08.0.213398074469.issue31936@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/reference/import.html#importsystem
"Other mechanisms for invoking the import system (such as importlib.import_module()) may choose to subvert __import__() and use its own solution to implement import semantics."
should be
"Other mechanisms for invoking the import system (such as importlib.import_module()) may choose to subvert __import__() and use their own solution to implement import semantics."
History
Date User Action Args
2017-11-03 17:19:46Daniel.U..Thibaultsetrecipients: + Daniel.U..Thibault, docs@python
2017-11-03 17:19:46Daniel.U..Thibaultsetmessageid: <1509729586.08.0.213398074469.issue31936@psf.upfronthosting.co.za>
2017-11-03 17:19:45Daniel.U..Thibaultlinkissue31936 messages
2017-11-03 17:19:45Daniel.U..Thibaultcreate