]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 May 2023 04:14:37 +0000 (21:14 -0700)
committerGitHub <noreply@github.com>
Sat, 6 May 2023 04:14:37 +0000 (07:14 +0300)
commit4b11af058e9c5df2b737f785a2615676650810f4
tree031533897670343117f1951816b1b8c3531c420f
parenta635d6386041a2971cf1d39837188ffb8139bcc7
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)

GH-97950: Use new-style index directive ('builtin') (GH-104164)

* Uncomment builtin removal in pairindextypes

* Use new-style index directive ('builtin') - C API

* Use new-style index directive ('builtin') - Extending

* Use new-style index directive ('builtin') - Library

* Use new-style index directive ('builtin') - Reference

* Use new-style index directive ('builtin') - Tutorial
(cherry picked from commit f5088006ca8e9654fbc3de119462f0ab764e408b)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
23 files changed:
Doc/c-api/dict.rst
Doc/c-api/import.rst
Doc/c-api/list.rst
Doc/c-api/mapping.rst
Doc/c-api/number.rst
Doc/c-api/object.rst
Doc/c-api/sequence.rst
Doc/c-api/set.rst
Doc/c-api/structures.rst
Doc/c-api/typeobj.rst
Doc/extending/newtypes.rst
Doc/library/dis.rst
Doc/library/functions.rst
Doc/library/pprint.rst
Doc/library/stdtypes.rst
Doc/library/types.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/reference/simple_stmts.rst
Doc/reference/toplevel_components.rst
Doc/tools/extensions/pyspecific.py
Doc/tutorial/inputoutput.rst
Doc/tutorial/stdlib.rst