Change __future__ docs description to avoid confusion with concurrency futures#92760
Closed
arhadthedev wants to merge 8 commits intopython:mainfrom
Closed
Change __future__ docs description to avoid confusion with concurrency futures#92760arhadthedev wants to merge 8 commits intopython:mainfrom
__future__ docs description to avoid confusion with concurrency futures#92760arhadthedev wants to merge 8 commits intopython:mainfrom
Conversation
carljm
reviewed
May 17, 2022
Member
carljm
left a comment
There was a problem hiding this comment.
Looks like an improvement to me.
Co-authored-by: Carl Meyer <carl@oddbird.net>
Member
Author
Member
|
I don't find the current wording unclear, and the proposed new wording is so long that it will make the page title spill into multiple lines on many screens. If another core dev has a different opinion, I won't object to merging this though. |
Member
Author
|
@JelleZijlstra Will Edit: for comparison: |
Member
Author
|
Applied the shorter wording described above. |
__future__ docs description from concurrency futures__future__ docs description to avoid confusion with concurrency futures
Member
Author
|
Ping. |
Member
|
Sorry, I still don't see a reason for change here. I'm leaving this open in case another core dev thinks there's room for improvement, but I'm not planning to merge anything. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, the library index page describes
__future__as:However, it creates confusion with futures from the concurrency domain. So this PR changes the description to:
Edit: replaced with a shorter wording: