summaryrefslogtreecommitdiff
path: root/test/try_execfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Also make __builtins__ available in main programs.Ned Batchelder2009-05-091-0/+2
|
* Even better execution of main files.Ned Batchelder2009-04-041-1/+21
|
* Factor execfile out of cmdline, so that we can call python main programs ↵Ned Batchelder2009-04-031-0/+5
properly: now they get the correct value for __file__.