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 eric.araujo
Recipients docs@python, eric.araujo
Date 2011-11-14.16:50:37
SpamBayes Score 1.3743362e-06
Marked as misclassified No
Message-id <1321289437.84.0.982753479785.issue13402@psf.upfronthosting.co.za>
In-reply-to
Content
I wanted to know if sys.executable was always an absolute path but the doc does not talk about that.

(My use case is that I’d like to reload a process and I wonder if I can call os.execve or if I need to use os.execvpe.)
History
Date User Action Args
2011-11-14 16:50:37eric.araujosetrecipients: + eric.araujo, docs@python
2011-11-14 16:50:37eric.araujosetmessageid: <1321289437.84.0.982753479785.issue13402@psf.upfronthosting.co.za>
2011-11-14 16:50:37eric.araujolinkissue13402 messages
2011-11-14 16:50:37eric.araujocreate