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 ('keyword') (GH-104153) (#104155)
GH-97950: Use new-style index directive ('keyword') (GH-104153)
* Uncomment keyword removal in pairindextypes
* Use new-style index directive ('keyword') - Reference
(cherry picked from commit 33ca322c50
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
00563694bb
commit
a9fcf01ed9
4 changed files with 28 additions and 28 deletions
|
@ -695,7 +695,7 @@ def patch_pairindextypes(app) -> None:
|
|||
# exist, by deleting them when using the gettext builder.
|
||||
|
||||
pairindextypes.pop('module', None)
|
||||
# pairindextypes.pop('keyword', None)
|
||||
pairindextypes.pop('keyword', None)
|
||||
# pairindextypes.pop('operator', None)
|
||||
# pairindextypes.pop('object', None)
|
||||
# pairindextypes.pop('exception', None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue