I think I found a mistake in the official language reference documentation -- or I am missing somethig???

2011-04-27 Thread Igor Soares
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

Re: I think I found a mistake in the official language reference documentation -- or I am missing somethig???

2011-04-27 Thread Igor Soares
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

Re: I think I found a mistake in the official language reference documentation -- or I am missing somethig???

2011-04-28 Thread Igor Soares
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