mirror of
https://github.com/python/cpython.git
synced 2025-08-15 14:20:55 +00:00
[3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104157)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
a9fcf01ed9
commit
693ef48df1
3 changed files with 54 additions and 54 deletions
|
@ -696,7 +696,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue