On Wednesday, March 25, 2015 at 9:34:24 PM UTC+1, Nils Bruin wrote:
>
> Are there situations where there isn't a "top level globals" dictionary? 
>

I'd say that Python has no "top level globals" or truly global variables. 
Each module has its own module globals. A repl implementation may or may 
not use a module global dict as its user (commandline) namespace. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to