mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
GH-97950: Use new-style index directive ('exception') (#104160)
This commit is contained in:
parent
83751bbd14
commit
3e7995ca11
3 changed files with 13 additions and 13 deletions
|
@ -693,7 +693,7 @@ def patch_pairindextypes(app) -> None:
|
|||
pairindextypes.pop('keyword', None)
|
||||
pairindextypes.pop('operator', None)
|
||||
pairindextypes.pop('object', None)
|
||||
# pairindextypes.pop('exception', None)
|
||||
pairindextypes.pop('exception', None)
|
||||
# pairindextypes.pop('statement', None)
|
||||
# pairindextypes.pop('builtin', None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue