Steve Holden wrote:
Yes. "print eval('None')" is printing the value of None as defined in your module's global namespace:

Right, but why? The expression "None" doesn't worry about the global namespace when used in normal code; why does it when used in eval()ed code?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to