mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#104163)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
99e6314d93
commit
6a970ae666
9 changed files with 53 additions and 53 deletions
|
@ -699,7 +699,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