-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: align sqlite3 docs with versionadded/versionchanged recommendations #114400
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
Docs: align sqlite3 docs with versionadded/versionchanged recommendations #114400
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.
LGTM overall, thanks.
To note, auditing the rest of the annotations, there's also a related issue: On lines 356 766, 825, 994, 1013 and 1041 the versionchanged:: 3.13
for the keyword argument deprecations should probably be a deprecated-removed:: 3.13 3.15
, since deprecations should and generally are documented as such (despite the imprecision of not currently being able to distinguish deprecations.removals of objects versus parameters and behaviors, which I'm working on fixing).
You might want to fix that either here, or in another PR.
I'm not so sure about these. IMO, we're talking about behaviour changes (params becoming positional-only or keyword-only), not removals of parameters. IOW, I'd like to pass on this suggestion for this PR. We can amend them in a follow-up PR if needed. |
Co-authored-by: C.A.M. Gerlach <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
GH-114402 is a backport of this pull request to the 3.12 branch. |
…mmendations (python#114400) (cherry picked from commit 3360301) When a parameter is added to a function or method, use the 'versionchanged' directive, not 'versionadded'.
GH-114403 is a backport of this pull request to the 3.11 branch. |
…ions (python#114400) When a parameter is added to a function or method, use the 'versionchanged' directive, not 'versionadded'.
Right, thought just to note, elsewhere
Yup, entirely fair of course 👍 |
…ions (python#114400) When a parameter is added to a function or method, use the 'versionchanged' directive, not 'versionadded'.
…ions (python#114400) When a parameter is added to a function or method, use the 'versionchanged' directive, not 'versionadded'.
📚 Documentation preview 📚: https://cpython-previews--114400.org.readthedocs.build/