Message165702
| Author | ncoghlan |
|---|---|
| Recipients | chris.jerdonek, ncoghlan |
| Date | 2012-07-17.10:50:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1342522204.56.0.793606017775.issue15376@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1342522204.56.0.793606017775.issue15376@psf.upfronthosting.co.za> |
| 2012-07-17 10:50:04 | ncoghlan | link | issue15376 messages |
| 2012-07-17 10:50:03 | ncoghlan | create | |