]> granicus.if.org Git - python/commit
Implement PEP 366
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 3 Dec 2007 12:55:17 +0000 (12:55 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 3 Dec 2007 12:55:17 +0000 (12:55 +0000)
commitef01d822aaea11ae25f78cb0be32865a5df07620
tree0fbbaa653cb033490019809a9eb8b3c3ac942c74
parentf19b95112669db32556c157c04f064d319c11f09
Implement PEP 366
Lib/runpy.py
Lib/test/test_cmd_line_script.py
Lib/test/test_pkg.py
Lib/test/test_runpy.py
Misc/NEWS
Objects/moduleobject.c
Python/import.c