Message100850
| Author | vstinner |
|---|---|
| Recipients | ezio.melotti, flox, jnoller, pitrou, ronaldoussoren, schmir, tarek, vstinner |
| Date | 2010-03-11.13:28:26 |
| SpamBayes Score | 2.872598e-09 |
| Marked as misclassified | No |
| Message-id | <1268314107.74.0.441436042324.issue7774@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There is a 4th case about sys.executable: If argv[0] is an empty string, Python search the absolute path of "python" (hardcoded program name). The result is /usr/bin/python in my Linux box, whereas the real program name should be /opt/pythontrunk/bin/python. I think that this case is a bug and should be fixed. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-11 13:28:27 | vstinner | set | recipients: + vstinner, ronaldoussoren, pitrou, schmir, tarek, jnoller, ezio.melotti, flox |
| 2010-03-11 13:28:27 | vstinner | set | messageid: <1268314107.74.0.441436042324.issue7774@psf.upfronthosting.co.za> |
| 2010-03-11 13:28:26 | vstinner | link | issue7774 messages |
| 2010-03-11 13:28:26 | vstinner | create | |