Issue #25500: Fix the language reference to not claim that import
authorBrett Cannon <brett@python.org>
Fri, 4 Dec 2015 22:51:26 +0000 (14:51 -0800)
committerBrett Cannon <brett@python.org>
Fri, 4 Dec 2015 22:51:26 +0000 (14:51 -0800)
commitf4f25fe576ca86a51c8e4f98a801f32879d7a582
tree1e62d09973796a94149838242794d1da18dd06d0
parentf17c20076cb9e6b96cf1f1fe19062b397ff58b3a
Issue #25500: Fix the language reference to not claim that import
statements search for __import__ in the global scope.

Thanks to Sergei Lebedev for finding the documentation bug.
Doc/reference/import.rst
Misc/NEWS