Skip to content

asyncio.StreadReader async for line in reader is not documented #84747

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

Closed
socketpair mannequin opened this issue May 8, 2020 · 4 comments
Closed

asyncio.StreadReader async for line in reader is not documented #84747

socketpair mannequin opened this issue May 8, 2020 · 4 comments
Assignees
Labels
3.10 only security fixes 3.11 only security fixes 3.12 only security fixes docs Documentation in the Doc dir topic-asyncio

Comments

@socketpair
Copy link
Mannequin

socketpair mannequin commented May 8, 2020

BPO 40567
Nosy @asvetlov, @socketpair, @1st1

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 2020-05-08.18:51:03.374>
labels = ['3.8', 'docs', '3.7', '3.9', 'expert-asyncio']
title = 'asyncio.StreadReader     `async for line in reader` is not documented'
updated_at = <Date 2020-05-08.18:51:13.351>
user = 'https://github.com/socketpair'

bugs.python.org fields:

activity = <Date 2020-05-08.18:51:13.351>
actor = 'socketpair'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'asyncio']
creation = <Date 2020-05-08.18:51:03.374>
creator = 'socketpair'
dependencies = []
files = []
hgrepos = []
issue_num = 40567
keywords = []
message_count = 1.0
messages = ['368453']
nosy_count = 4.0
nosy_names = ['asvetlov', 'docs@python', 'socketpair', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue40567'
versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

@socketpair
Copy link
Mannequin Author

socketpair mannequin commented May 8, 2020

Actually it works. But it is not documented. Please ad docs.

@socketpair socketpair mannequin added 3.7 (EOL) end of life 3.8 (EOL) end of life 3.9 only security fixes topic-asyncio docs Documentation in the Doc dir labels May 8, 2020
@socketpair socketpair mannequin assigned docspython May 8, 2020
@socketpair socketpair mannequin added the docs Documentation in the Doc dir label May 8, 2020
@socketpair socketpair mannequin assigned docspython May 8, 2020
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@slateny
Copy link
Contributor

slateny commented Apr 23, 2022

@socketpair Could you expand a bit on what works and what needs documenting? Is it that you're looking to get a link to the async for syntax, like say here and here?

@ezio-melotti ezio-melotti moved this to Todo in asyncio Jul 17, 2022
@kumaraditya303
Copy link
Contributor

Just add a line in docs that it supports the async iterable protocol with a link.

@kumaraditya303 kumaraditya303 added 3.11 only security fixes 3.10 only security fixes 3.12 only security fixes and removed 3.9 only security fixes 3.8 (EOL) end of life 3.7 (EOL) end of life labels Oct 6, 2022
@kumaraditya303
Copy link
Contributor

@slateny Can you create a PR for this?

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Oct 26, 2022
miss-islington added a commit that referenced this issue Oct 26, 2022
(cherry picked from commit 4196ee5)

Co-authored-by: Stanley <[email protected]>
miss-islington added a commit that referenced this issue Oct 26, 2022
(cherry picked from commit 4196ee5)

Co-authored-by: Stanley <[email protected]>
@slateny slateny closed this as completed Oct 26, 2022
Repository owner moved this from Todo to Done in asyncio Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.10 only security fixes 3.11 only security fixes 3.12 only security fixes docs Documentation in the Doc dir topic-asyncio
Projects
Status: Done
Development

No branches or pull requests

2 participants