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. |
|