[docs] [issue13402] Document absoluteness of sys.executable

Éric Araujo report at bugs.python.org
Mon Nov 14 17:50:37 CET 2011


New submission from Éric Araujo <merwok at netwok.org>:

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

----------
assignee: docs at python
components: Documentation
messages: 147609
nosy: docs at python, eric.araujo
priority: normal
severity: normal
status: open
title: Document absoluteness of sys.executable
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13402>
_______________________________________


More information about the docs mailing list