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

Improve subprocess.Popen() documentation ("env" parameter) #46885

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

Improve subprocess.Popen() documentation ("env" parameter) #46885

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

Comments

@roysmith
Copy link
Mannequin

roysmith mannequin commented Apr 14, 2008

BPO 2633
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:59:03.082>
created_at = <Date 2008-04-14.20:44:35.605>
labels = ['docs']
title = 'Improve subprocess.Popen() documentation ("env" parameter)'
updated_at = <Date 2008-04-19.16:59:03.081>
user = 'https://bugs.python.org/roysmith'

bugs.python.org fields:

activity = <Date 2008-04-19.16:59:03.081>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-04-19.16:59:03.082>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2008-04-14.20:44:35.605>
creator = 'roysmith'
dependencies = []
files = []
hgrepos = []
issue_num = 2633
keywords = []
message_count = 2.0
messages = ['65480', '65633']
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/issue2633'
versions = ['Python 2.5']

@roysmith
Copy link
Mannequin Author

roysmith mannequin commented Apr 14, 2008

http://docs.python.org/lib/node528.html (17.1.1 Using the subprocess
Module) describes the "env" parameter thusly:

If env is not None, it defines the environment variables for the new
process.

This is too vague to be useful. If it's not None, what should it be? A
dictionary in the style of os.environ? A sequence of name/value pairs? A
string with some sort of delimiter between each entry?

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

Fixed in r62391.

@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