]> granicus.if.org Git - python/commit
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the...
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 14 Jul 2012 13:59:22 +0000 (23:59 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 14 Jul 2012 13:59:22 +0000 (23:59 +1000)
commit761bb1137445c75c4ba87d3669dd546e25277cd5
treeb1022e1e07ba07c93eb13458b5995809396f99a3
parent2bb3021837351861369cdae15c241d67d2e914ba
Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach
Lib/runpy.py
Lib/test/test_runpy.py
Misc/NEWS