In article <[EMAIL PROTECTED]>,
Alex Martelli <[EMAIL PROTECTED]> wrote:
>Steve Holden <[EMAIL PROTECTED]> wrote:
>>
>> What do you think the chances are of this being accepted for Python 3.0?
>> It is indeed about the most rational approach, though of course it does
>> cause problems with dynamic namespaces.
>
>What problems do you have in mind?  The compiler already determines the
>set of names that are local variables for a function; all it needs to do
>is diagnose an error or warning if the set of names for a nested
>function overlaps with that of an outer one.

exec?
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

Why is this newsgroup different from all other newsgroups?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to