8000 GH-97950: Use new-style index directive ('operator') by AA-Turner · Pull Request #104156 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-97950: Use new-style index directive ('operator') #104156

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

Merged
merged 3 commits into from
May 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Uncomment operator removal in pairindextypes
  • Loading branch information
AA-Turner committed May 4, 2023
commit 1844f296e0ba5565078ac99aec1d0394ba768d6c
2 changes: 1 addition & 1 deletion Doc/tools/extensions/pyspecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def patch_pairindextypes(app) -> None:

pairindextypes.pop('module', None)
pairindextypes.pop('keyword', None)
# pairindextypes.pop('operator', None)
pairindextypes.pop('operator', None)
# pairindextypes.pop('object', None)
# pairindextypes.pop('exception', None)
# pairindextypes.pop('statement', None)
Expand Down
0