]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 May 2023 10:14:16 +0000 (03:14 -0700)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 10:14:16 +0000 (13:14 +0300)
commitc463796ba7f18079bf2554650bc9ac09bca49dca
tree833e2c5fff8e77b298e4d7a08a546016dcc63dc6
parent693ef48df1891a6a30fca6c6db500c7cd08671df
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)

GH-97950: Use new-style index directive ('object') (GH-104158)

* Uncomment object removal in pairindextypes

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

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

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

* Use new-style index directive ('object') - Tutorial
(cherry picked from commit 6ab463684b9d79880d98cd1f1406aa86af65985e)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
31 files changed:
Doc/c-api/bytearray.rst
Doc/c-api/bytes.rst
Doc/c-api/capsule.rst
Doc/c-api/complex.rst
Doc/c-api/concrete.rst
Doc/c-api/dict.rst
Doc/c-api/file.rst
Doc/c-api/float.rst
Doc/c-api/function.rst
Doc/c-api/intro.rst
Doc/c-api/list.rst
Doc/c-api/long.rst
Doc/c-api/memoryview.rst
Doc/c-api/method.rst
Doc/c-api/module.rst
Doc/c-api/none.rst
Doc/c-api/set.rst
Doc/c-api/tuple.rst
Doc/c-api/type.rst
Doc/library/functions.rst
Doc/library/socket.rst
Doc/library/stdtypes.rst
Doc/library/sys.rst
Doc/library/traceback.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/reference/expressions.rst
Doc/reference/simple_stmts.rst
Doc/tools/extensions/pyspecific.py
Doc/tutorial/classes.rst
Doc/tutorial/inputoutput.rst