-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Doc: Simplify the definition of 'soft deprecated' #124988
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good start towards a rewrite, thank you. I've suggested some further improvements inline:
The violation of line max width is intentional, as I once told it's better for diff purposes, at least in the PR stage.
This is fine but we should re-wrap before merge.
A
Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
@AA-Turner Thanks for the review! I have addressed all comments. Sorry if you already received a notification 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, modulo two nitpicks (run fill-region in emacs, feel free to ignore).
PS: @andresdelfino, please avoid "Update branch" button, unless you are fixing merge conflicts or something like that (https://devguide.python.org/getting-started/pull-request-lifecycle/#update-branch-button).
Co-authored-by: Sergey B Kirpichev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: Carol Willing <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the final sentence per Carol and re-wrap.
Thanks @andresdelfino for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit feca4cf) Co-authored-by: Andrés Delfino <[email protected]> Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Carol Willing <[email protected]>
Sorry, @andresdelfino and @AA-Turner, I could not cleanly backport this to
|
GH-125029 is a backport of this pull request to the 3.13 branch. |
…4988) (cherry picked from commit feca4cf) Co-authored-by: Andrés Delfino <[email protected]> Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Carol Willing <[email protected]>
GH-125030 is a backport of this pull request to the 3.12 branch. |
…125030) (cherry picked from commit feca4cf) Co-authored-by: Andrés Delfino <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Carol Willing <[email protected]>
…125029) Doc: Simplify the definition of 'soft deprecated' (GH-124988) (cherry picked from commit feca4cf) Co-authored-by: Andrés Delfino <[email protected]> Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]> Co-authored-by: Carol Willing <[email protected]>
I found the definition of Soft deprecated somewhat complicated, and I wanted to give it a try.
The violation of line max width is intentional, as I was once told it's better for diff purposes, until merge.
📚 Documentation preview 📚: https://cpython-previews--124988.org.readthedocs.build/