mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
GH-97950: Use new-style index directive ('statement') (#104162)
This commit is contained in:
parent
3e7995ca11
commit
55d50d147c
9 changed files with 53 additions and 53 deletions
|
@ -694,7 +694,7 @@ def patch_pairindextypes(app) -> None:
|
|||
pairindextypes.pop('operator', None)
|
||||
pairindextypes.pop('object', None)
|
||||
pairindextypes.pop('exception', None)
|
||||
# pairindextypes.pop('statement', None)
|
||||
pairindextypes.pop('statement', None)
|
||||
# pairindextypes.pop('builtin', None)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue