mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#104161)
This commit is contained in:
parent
c463796ba7
commit
99e6314d93
3 changed files with 13 additions and 13 deletions
|
|
@ -698,7 +698,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