Hey, it's really simple! Just like the excerpt from the Learning Python book says:
"Really, the built-in scope is just a built-in module called builtins, but you have to import builtins to query built-ins because the name builtins is not itself built-in...." :) -- http://mail.python.org/mailman/listinfo/python-list