This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:27vstinnersetrecipients: + vstinner, ronaldoussoren, pitrou, schmir, tarek, jnoller, ezio.melotti, flox
2010-03-11 13:28:27vstinnersetmessageid: <1268314107.74.0.441436042324.issue7774@psf.upfronthosting.co.za>
2010-03-11 13:28:26vstinnerlinkissue7774 messages
2010-03-11 13:28:26vstinnercreate