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

SimpleQueue.put_nowait() documentation error #90879

Closed
antonycardazzi mannequin opened this issue Feb 11, 2022 · 1 comment
Closed

SimpleQueue.put_nowait() documentation error #90879

antonycardazzi mannequin opened this issue Feb 11, 2022 · 1 comment
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@antonycardazzi
Copy link
Mannequin

antonycardazzi mannequin commented Feb 11, 2022

BPO 46723

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 = None
closed_at = None
created_at = <Date 2022-02-11.17:12:33.851>
labels = ['type-bug', 'docs']
title = 'SimpleQueue.put_nowait() documentation error'
updated_at = <Date 2022-02-11.17:12:33.851>
user = 'https://bugs.python.org/antonycardazzi'

bugs.python.org fields:

activity = <Date 2022-02-11.17:12:33.851>
actor = 'antonycardazzi'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2022-02-11.17:12:33.851>
creator = 'antonycardazzi'
dependencies = []
files = []
hgrepos = []
issue_num = 46723
keywords = []
message_count = 1.0
messages = ['413087']
nosy_count = 2.0
nosy_names = ['docs@python', 'antonycardazzi']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue46723'
versions = []

@antonycardazzi
Copy link
Mannequin Author

antonycardazzi mannequin commented Feb 11, 2022

SimpleQueue.put_nowait(item) documentation says it is equivalent to SimpleQueue.put(item) when it's actually equivalent to Simple que.put(item, block=False)

@antonycardazzi antonycardazzi mannequin added the docs Documentation in the Doc dir label Feb 11, 2022
@antonycardazzi antonycardazzi mannequin added type-bug An unexpected behavior, bug, or error docs Documentation in the Doc dir labels Feb 11, 2022
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Apr 14, 2022
(cherry picked from commit 0fc3517)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
miss-islington added a commit that referenced this issue Apr 14, 2022
(cherry picked from commit 0fc3517)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
miss-islington added a commit that referenced this issue Apr 14, 2022
(cherry picked from commit 0fc3517)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
hello-adam pushed a commit to hello-adam/cpython that referenced this issue Jun 2, 2022
(cherry picked from commit 0fc3517)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
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 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant