Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.execvpe() docs need to be more specific #46886

Closed
roysmith mannequin opened this issue Apr 15, 2008 · 2 comments
Closed

os.execvpe() docs need to be more specific #46886

roysmith mannequin opened this issue Apr 15, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@roysmith
Copy link
Mannequin

roysmith mannequin commented Apr 15, 2008

BPO 2634
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2008-04-19.16:58:36.874>
created_at = <Date 2008-04-15.04:31:44.179>
labels = ['docs']
title = 'os.execvpe() docs need to be more specific'
updated_at = <Date 2008-04-19.16:58:36.857>
user = 'https://bugs.python.org/roysmith'

bugs.python.org fields:

activity = <Date 2008-04-19.16:58:36.857>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-04-19.16:58:36.874>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2008-04-15.04:31:44.179>
creator = 'roysmith'
dependencies = []
files = []
hgrepos = []
issue_num = 2634
keywords = []
message_count = 2.0
messages = ['65496', '65632']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'roysmith']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue2634'
versions = ['Python 2.5']

@roysmith
Copy link
Mannequin Author

roysmith mannequin commented Apr 15, 2008

Note: this is (sort of) related to bpo-2633.

http://docs.python.org/lib/os-process.html (14.1.5 Process Management).

The docs for os.execvpe() say, "the env parameter must be a mapping which
is used to define the environment variables for the new process". It's
not clear if this mapping replaces the existing environment, or defines
additional entries which are added to the existing environment. This
should be clarified.

This applies to the spawn*() methods too.

@roysmith roysmith mannequin assigned birkenfeld Apr 15, 2008
@roysmith roysmith mannequin added the docs Documentation in the Doc dir label Apr 15, 2008
@birkenfeld
Copy link
Member

Fixed in r62390.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant