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

Dangling asterisks in Python 3.0 subprocess docs #48659

Closed
smontanaro opened this issue Nov 24, 2008 · 2 comments
Closed

Dangling asterisks in Python 3.0 subprocess docs #48659

smontanaro opened this issue Nov 24, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@smontanaro
Copy link
Contributor

BPO 4409
Nosy @smontanaro, @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-12-05.07:52:35.002>
created_at = <Date 2008-11-24.15:16:43.779>
labels = ['docs']
title = 'Dangling asterisks in Python 3.0 subprocess docs'
updated_at = <Date 2008-12-05.07:52:35.000>
user = 'https://github.com/smontanaro'

bugs.python.org fields:

activity = <Date 2008-12-05.07:52:35.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-12-05.07:52:35.002>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2008-11-24.15:16:43.779>
creator = 'skip.montanaro'
dependencies = []
files = []
hgrepos = []
issue_num = 4409
keywords = []
message_count = 2.0
messages = ['76326', '76974']
nosy_count = 2.0
nosy_names = ['skip.montanaro', 'georg.brandl']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue4409'
versions = []

@smontanaro
Copy link
Contributor Author

Georg,

I just noticed that there are asterisks in a couple places in the subprocess
module documentation which don't appear to have corresponding footnotes.
All the way at the bottom are subsections called

Replacing os.spawn*    
Replacing os.popen*

I don't know what the '*' is supposed to mean, but in normal usage it would
tell the user there is a footnote which elaborates on something related to
that text. I don't see any such footnotes. Oh, wait a minute. You
probably mean for them to be wildcards. Hmmm... Probably not the best
usage. Can you find a different way to indicate that those examples refer
to a larger category of functions?

Skip

@birkenfeld birkenfeld added the docs Documentation in the Doc dir label Nov 24, 2008
@birkenfeld birkenfeld self-assigned this Nov 24, 2008
@birkenfeld
Copy link
Member

Should be fixed in r67554.

@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

2 participants