Terry Reedy wrote:
On 7/1/2010 6:42 PM, Ethan Furman wrote:
Hmmm Well, as this is my first ever bug post (yay! ;)
Great!
> I *think* this is what you want:
http://bugs.python.org/issue9121
I believe Benjamin meant that it was already fixed in
http://docs.python.org/dev/py3k/
whic
On 7/1/2010 6:42 PM, Ethan Furman wrote:
Hmmm Well, as this is my first ever bug post (yay! ;)
Great!
> I *think* this is what you want:
http://bugs.python.org/issue9121
I believe Benjamin meant that it was already fixed in
http://docs.python.org/dev/py3k/
which is currently the 3.2a0
In article ,
Ethan Furman wrote:
>Aahz wrote:
>> In article ,
>> Ethan Furman wrote:
>>> Stephen Hansen wrote:
On 6/29/10 10:01 AM, Ethan Furman wrote:
> In the glossary section it states:
>
>
> nested scope
>
> The ability to refer to a variable in an enclosing de
Aahz wrote:
In article ,
Ethan Furman wrote:
Stephen Hansen wrote:
On 6/29/10 10:01 AM, Ethan Furman wrote:
In the glossary section it states:
nested scope
The ability to refer to a variable in an enclosing definition. For
instance, a function defined inside another function can refer to
In article ,
Ethan Furman wrote:
>Stephen Hansen wrote:
>> On 6/29/10 10:01 AM, Ethan Furman wrote:
>>> In the glossary section it states:
>>>
>>>
>>> nested scope
>>>
>>> The ability to refer to a variable in an enclosing definition. For
>>> instance, a function defined inside another function
Stephen Hansen wrote:
On 6/29/10 10:01 AM, Ethan Furman wrote:
In the glossary section it states:
nested scope
The ability to refer to a variable in an enclosing definition. For
instance, a function defined inside another function can refer to
variables in the outer function. Note that nested
On 6/29/10 10:01 AM, Ethan Furman wrote:
In the glossary section it states:
nested scope
The ability to refer to a variable in an enclosing definition. For
instance, a function defined inside another function can refer to
variables in the outer function. Note that nested scopes work only for
r