-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
astral-sh/ruff
#22512Labels
good first issueGood for newcomersGood for newcomersserverRelated to the LSP serverRelated to the LSP server
Milestone
Description
Summary
For example, the stdlib method logging.Filterer.filter has several ReST directives at the bottom of its docstring that tell you when the API was updated: https://github.com/astral-sh/ruff/blob/b4c2825afdd8c1010c3a5859521629d2d1e0a6df/crates/ty_vendored/vendor/typeshed/stdlib/logging/__init__.pyi#L136-L142. Pylance renders these as sentences that use English words:
And Sphinx renders them similarly in CPython's online HTML documentation:
But we currently just render these as "versionchanged:: 3.2":

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersserverRelated to the LSP serverRelated to the LSP server