Message165702
One trap to watch out for: it's best to call os.path.realpath() on any temporary directories created, since the interpreter tends to do that internally.
I'd previously dealt with this in script_helper.temp_dir, but it came up again when I tightened up the runpy.run_module tests to actually check that __file__ ended up with the expected value. |
|
| Date |
User |
Action |
Args |
| 2012-07-17 10:50:04 | ncoghlan | set | recipients:
+ ncoghlan, chris.jerdonek |
| 2012-07-17 10:50:04 | ncoghlan | set | messageid: <[email protected]> |
| 2012-07-17 10:50:04 | ncoghlan | link | issue15376 messages |
| 2012-07-17 10:50:03 | ncoghlan | create | |
|