cpython/Doc/reference
Miss Islington (bot) 5611e0809b
[3.14] gh-135676: Reword the f-string (and t-string) section (GH-137469) (GH-142227)
Much of the information was duplicated in stdtypes.rst; this PR keeps
lexical/syntactical details in Lexical Analysis and the evaluation & runtime
behaviour in Standard types, with cross-references between the two.
Since the t-string section only listed differences from f-strings, and the
grammar for the two is equivalent, that section was moved to Standard types
almost entirely.
(cherry picked from commit aea5531583)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Blaise Pabon <blaise@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2025-12-04 11:53:12 +01:00
..
compound_stmts.rst [3.14] gh-135629: rewrite language reference section on except* to improve clarity (GH-136150) (#139059) 2025-10-07 19:14:16 +01:00
datamodel.rst [3.14] Docs: replace an esoteric Von Neumann mention (GH-137598) (#141071) 2025-11-05 23:20:17 +02:00
executionmodel.rst [3.14] gh-135944: Add a "Runtime Components" Section to the Execution Model Docs (gh-135945) (#139509) 2025-10-07 19:19:42 +01:00
expressions.rst [3.14] gh-135676: Reword the f-string (and t-string) section (GH-137469) (GH-142227) 2025-12-04 11:53:12 +01:00
grammar.rst [3.14] gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942) (#137048) 2025-07-23 19:23:25 +03:00
import.rst Doc: update term "namespace package" (#129251) 2025-02-14 13:47:54 -05:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst [3.14] gh-135676: Lexical analysis: Reword String literals and related sections (GH-135942) (#137048) 2025-07-23 19:23:25 +03:00
lexical_analysis.rst [3.14] gh-135676: Reword the f-string (and t-string) section (GH-137469) (GH-142227) 2025-12-04 11:53:12 +01:00
simple_stmts.rst [3.14] gh-137376: Add note on top-level global declarations (GH-137707) (GH-138023) 2025-10-07 19:59:29 +02:00
toplevel_components.rst gh-130587: Add hand-written docs for non-OP tokens (GH-130588) 2025-03-19 16:42:11 +01:00