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

asyncio documention has lost its paragraph about cancellation #79066

Closed
amirouche mannequin opened this issue Oct 3, 2018 · 4 comments
Closed

asyncio documention has lost its paragraph about cancellation #79066

amirouche mannequin opened this issue Oct 3, 2018 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir topic-asyncio type-feature A feature request or enhancement

Comments

@amirouche
Copy link
Mannequin

amirouche mannequin commented Oct 3, 2018

BPO 34885
Nosy @asvetlov, @amirouche, @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 = <Date 2018-11-08.12:24:26.615>
created_at = <Date 2018-10-03.12:07:59.894>
labels = ['3.7', '3.8', 'invalid', 'type-feature', 'expert-asyncio', 'docs']
title = 'asyncio documention has lost its paragraph about cancellation'
updated_at = <Date 2018-11-08.12:24:26.614>
user = 'https://github.com/amirouche'

bugs.python.org fields:

activity = <Date 2018-11-08.12:24:26.614>
actor = 'asvetlov'
assignee = 'docs@python'
closed = True
closed_date = <Date 2018-11-08.12:24:26.615>
closer = 'asvetlov'
components = ['Documentation', 'asyncio']
creation = <Date 2018-10-03.12:07:59.894>
creator = 'amirouche'
dependencies = []
files = []
hgrepos = []
issue_num = 34885
keywords = []
message_count = 4.0
messages = ['326966', '326967', '326973', '329468']
nosy_count = 4.0
nosy_names = ['asvetlov', 'docs@python', 'amirouche', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue34885'
versions = ['Python 3.7', 'Python 3.8']

@amirouche
Copy link
Mannequin Author

amirouche mannequin commented Oct 3, 2018

The paragraph was still there in 3.6 https://docs.python.org/3.6/library/asyncio-dev.html#cancellation

@amirouche amirouche mannequin added 3.7 (EOL) end of life 3.8 only security fixes labels Oct 3, 2018
@amirouche amirouche mannequin assigned docspython Oct 3, 2018
@amirouche amirouche mannequin added docs Documentation in the Doc dir topic-asyncio type-feature A feature request or enhancement labels Oct 3, 2018
@amirouche amirouche mannequin changed the title asycnio documention has lost its paragraph about cancellation asyncio documention has lost its paragraph about cancellation Oct 3, 2018
@asvetlov
Copy link
Contributor

asvetlov commented Oct 3, 2018

Yuri, can you take a look?

@1st1
Copy link
Member

1st1 commented Oct 3, 2018

The cancellation is now discussed in this section:https://docs.python.org/3/library/asyncio-task.html (search for "cancel") and in particular in the Task subsection.

Is there any important detail that was covered in the old documentation and is missing in the new one?

@asvetlov
Copy link
Contributor

asvetlov commented Nov 8, 2018

I think the issue can be closed

@asvetlov asvetlov closed this as completed Nov 8, 2018
@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
3.7 (EOL) end of life 3.8 only security fixes docs Documentation in the Doc dir topic-asyncio type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants