>>>>> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:

Enrico> On Thu, Nov 16, 2006 at 10:51:24AM +0100, Enrico Forestieri
>> I think I'll apply the new version as, quoting the python docs:
>> 
>> When a global name is not found in the global namespace, it is
>> searched in the built-in namespace (which is actually the global
>> namespace of the module __builtin__ . The built-in namespace
>> associated with the execution of a code block is actually found by
>> looking up the name __builtins__ in its global namespace; this
>> should be a dictionary or a module (in the latter case its
>> dictionary is used). Normally, the __builtins__ namespace is the
>> dictionary of the built-in module __builtin__ (note: no `s'); if it
>> isn't, restricted execution mode is in effect.

Enrico> Applied. I didn't add an entry to status.14x as a note about
Enrico> the minimum python version is already there.

Very good. Thanks Enrico.

JMarc

Reply via email to