Reading the section "6.11. The import statement"
http://docs.python.org/py3k/reference/simple_stmts.html#the-import-statement
I found:
"""
Import statements are executed in two steps: (1) find a module, and
initialize it if necessary; (2) define a name or names in the local
namespace (of the scope
On Apr 27, 6:21 pm, Ken Watford wrote:
> On Wed, Apr 27, 2011 at 4:02 PM, Igor Soares wrote:
> > Reading the section "6.11. The import statement"
> >http://docs.python.org/py3k/reference/simple_stmts.html#the-import-st...
>
> > I found:
> > ""&qu
On 27 abr, 21:29, MRAB wrote:
> On 27/04/2011 21:02, Igor Soares wrote:
>
>
>
>
>
>
>
>
>
> > Reading the section "6.11. The import statement"
> >http://docs.python.org/py3k/reference/simple_stmts.html#the-import-st...
>
> > I found