cpython/Doc/reference
Miss Islington (bot) 5abb2dec2c
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)
Also:
* Expand the discussion into its own entry. (Even before this,
  text on ``_`` was longet than the text on ``_*``.)

* Briefly note the other common convention for `_`: naming unused
  variables.

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 3dee0cb621)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
2021-10-13 18:58:06 +02:00
..
compound_stmts.rst Fix class pattern docs to refer to class patterns (GH-28849) 2021-10-10 07:35:23 -07:00
datamodel.rst [3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607) 2021-09-28 23:09:58 +02:00
executionmodel.rst Doc: Add -m reference in context of code execution (GH-16045) 2019-09-12 14:19:06 +01:00
expressions.rst bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27963) 2021-08-26 10:04:05 +03: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 bpo-39452: Rewrite and expand __main__.rst (GH-26883) 2021-08-24 13:54:08 -07: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 bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) 2020-09-18 09:10:15 +02:00
lexical_analysis.rst [docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933) 2021-10-13 18:58:06 +02:00
simple_stmts.rst Update doc as relative import can be used with star import (GH-25667) (GH-26121) 2021-05-14 07:26:40 -07:00
toplevel_components.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) 2020-09-18 09:10:15 +02:00