Message192772
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon |
| Date | 2013-07-09.20:01:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1373400107.5.0.285657244525.issue18416@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
$ touch blah.py; ./python -c "import blah; print(blah.__file__)" ./blah.py Should really change that to be an absolute path since the file's location is not accurate if you call os.chdir(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-07-09 20:01:47 | brett.cannon | set | recipients: + brett.cannon |
| 2013-07-09 20:01:47 | brett.cannon | set | messageid: <1373400107.5.0.285657244525.issue18416@psf.upfronthosting.co.za> |
| 2013-07-09 20:01:47 | brett.cannon | link | issue18416 messages |
| 2013-07-09 20:01:47 | brett.cannon | create | |