]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-97950: Use new-style index directive ('builtin') (#104164)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Sat, 6 May 2023 03:54:08 +0000 (04:54 +0100)
committerGitHub <noreply@github.com>
Sat, 6 May 2023 03:54:08 +0000 (06:54 +0300)
commitf5088006ca8e9654fbc3de119462f0ab764e408b
tree607630e41342515bec641e56639dd65773b3bacf
parent4cd95dce0b8d7bb8a16468ec8b5b3429555417f1
GH-97950: Use new-style index directive ('builtin') (#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
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