On Sun, Apr 4, 2010 at 1:42 AM, catalinf...@gmail.com <catalinf...@gmail.com> wrote: > Hi everyone . > My questions is "why vars().has_key('b') is False ?' > I expecting to see "True" because is a variable ...
The built-in constants and functions aren't global variables, they're in the special __builtins__ dictionary/namespace, and thus not part of globals() or vars(). Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman/listinfo/python-list