cpython/Doc/tutorial
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
..
appendix.rst [3.12] Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612) (GH-118707) 2024-05-07 13:35:09 +00:00
appetite.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
classes.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
controlflow.rst [3.12] docs: restore an anchor to for/else (GH-126154) (#126158) 2024-10-30 08:17:16 +00:00
datastructures.rst [3.12] gh-101100: amend references starting with !~ in gh-127054 (GH-127684) (#127693) 2024-12-06 14:19:52 +00:00
errors.rst [3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368) 2025-03-18 12:51:09 +01:00
floatingpoint.rst [3.12] gh-123492: Remove unnecessary :func: parentheses (gh-123493) (#123512) 2024-08-30 20:09:55 +03:00
index.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
inputoutput.rst [3.12] gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681) (GH-126192) 2024-10-30 10:36:11 -07:00
interactive.rst [3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368) 2025-03-18 12:51:09 +01:00
interpreter.rst tutorial: remove "with single quotes" (#98204) 2022-10-12 09:00:51 -07:00
introduction.rst [3.12] gh-122876: Fix "End of lines" typo (GH-125310) (#130316) 2025-02-19 19:24:21 +00:00
modules.rst [3.12] gh-101100: Consolidate documentation on ModuleType attributes (#124709) (#125211) 2024-10-09 19:18:38 +00:00
stdlib.rst [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) 2024-07-19 09:08:33 +00:00
stdlib2.rst [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) 2024-07-19 09:08:33 +00:00
venv.rst [3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571) 2024-05-26 08:15:57 +00:00
whatnow.rst gh-95413: Remove references to deprecated CGI library (#95414) 2022-08-30 13:14:08 +02:00