cpython/Doc/reference
Miss Islington (bot) 7a8097c57a
[3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368)
gh-116666: Add "token" glossary term (GH-130888)

Add glossary entry for `token`, and link to it.
Avoid talking about tokens in the SyntaxError intro (errors.rst); at this point
tokenization is too much of a technical detail. (Even to an advanced reader,
the fact that a *single* token is highlighted isn't too relevant. Also, we don't
need to guarantee that it's a single token.)
(cherry picked from commit 30d5205849)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2025-03-18 12:51:09 +01:00
..
compound_stmts.rst [3.12] gh-122845: fix parameter_list_starargs in function definition pseudo-grammar (GH-122847) (#129151) 2025-01-21 20:12:46 +00:00
datamodel.rst [3.12] Postpone module.__loader__ deprecation to Python 3.16 (GH-126482) (#126637) 2024-11-10 00:57:54 +00:00
executionmodel.rst [3.12] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) (#124558) 2024-09-25 23:01:19 +00:00
expressions.rst [3.12] gh-121970: Replace .. coroutine{method,function} with :async: (GH-130448) (#130467) 2025-02-22 18:22:29 +00:00
grammar.rst [3.12] Docs: Add label to grammar spec for linking from PEPs (GH-113235) (#113239) 2023-12-17 19:30:10 +00:00
import.rst Doc: update term "namespace package" (GH-129251) 2025-02-15 15:11:38 +09: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.12] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) (GH-124152) 2024-09-16 20:53:46 -07:00
lexical_analysis.rst [3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368) 2025-03-18 12:51:09 +01:00
simple_stmts.rst [3.12] Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720) (#126891) 2024-12-02 14:55:31 +01:00
toplevel_components.rst GH-97950: Use new-style index directive ('builtin') (#104164) 2023-05-06 06:54:08 +03:00