commit | 08fd51509c27b3c2be5562f64336852f50d28349 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Oct 24 19:50:31 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Oct 24 19:50:31 2001 +0000 |
tree | 8c290d0587849176a812086f4770e8b79ec5a30b | |
parent | b8fc9721001b6d6b53d272be32b0bf80248cb2ba [diff] |
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__().