whassup? builtins? python3000? Naah can't be right?

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Jan 31 23:01:57 EST 2010


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...."

:)



More information about the Python-list mailing list