]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When describing "import *", add a level of indirection between "*" and the
authorFred Drake <fdrake@acm.org>
Wed, 24 Oct 2001 19:52:14 +0000 (19:52 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 24 Oct 2001 19:52:14 +0000 (19:52 +0000)
commitc870cec0290597d20ba9aaaf19915fd423a9d4f6
tree746775d4811af99968d3e6f51b5f6b727cbb283a
parent73319ff580a2ae23e7f7332b5e12a2bd9dc61bbe
When describing "import *", add a level of indirection between "*" and the
set of names imported (the "public names"), adding a definition of "public
names" that describes the use of __all__.
This closes SF bug #473986.

Flesh out the vague reference to __import__().
Doc/ref/ref6.tex