cpython/Doc/reference
Łukasz Langa e48d6dfbcd
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924)
:c:type:`<C type>` -> :c:expr:`<C type>`

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 0031e62973)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2022-10-22 20:05:10 +01:00
..
compound_stmts.rst gh-98172: Fix formatting in except* docs (GH-98173) 2022-10-22 20:04:45 +01:00
datamodel.rst [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (GH-97768) (#97924) 2022-10-22 20:05:10 +01:00
executionmodel.rst gh-98227: executionmodel.rst: except* can also bind names (GH-98256) 2022-10-22 20:04:38 +01:00
expressions.rst gh-86482: Document assignment expression need for ()s (GH-23291) 2022-10-22 20:05:04 +01:00
grammar.rst bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) 2020-11-30 19:08:26 +00:00
import.rst [3.11] gh-97850: Remove the open issues section from the import reference (GH-97935) (GH-97994) 2022-10-22 20:05:01 +01:00
index.rst
introduction.rst [3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95643) 2022-08-04 11:45:03 +03:00
lexical_analysis.rst gh-95994: Clarify escaped newlines. (GH-96066) 2022-08-26 12:11:59 -07:00
simple_stmts.rst gh-87304: Improve comments in language reference for imports (#92164) 2022-05-03 16:08:05 -06:00
toplevel_components.rst