]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980...
authorPetr Viktorin <encukou@gmail.com>
Sat, 2 Aug 2025 14:19:20 +0000 (16:19 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Aug 2025 14:19:20 +0000 (16:19 +0200)
commit3b28cb0f3f80157a2a6e5e6ea9838caebde3164c
tree349fd217fa50b90415550b63dfedab8f2bba03a4
parenta32bd11cb07fc23cb6a76d9ea43ecffc07bc4961
[3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136371)

* Turn the __future__ table to list-table.
  This'll make it easier to add entries that need longer markup
* Semantic markup for __future__ feature descriptions.
* Document CO_* C macros.
(cherry picked from commit 2468aafe984fdf923811ef0c6969e3d6c1b92a82)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/code.rst
Doc/c-api/veryhigh.rst
Doc/library/__future__.rst