Closes 21048: Index 'as' in import and with statements.

This commit is contained in:
Terry Jan Reedy 2014-04-29 00:58:56 -04:00
parent 43e7cd38e5
commit 7c895edabc
2 changed files with 5 additions and 1 deletions

View file

@ -656,6 +656,8 @@ initializing the module, which includes execution of the module's code.
If the requested module is retrieved successfully, it will be made
available in the local namespace in one of three ways:
.. index:: single: as; import statement
* If the module name is followed by :keyword:`as`, then the name
following :keyword:`as` is bound directly to the imported module.
* If no other name is specified, and the module being imported is a top