cpython/Doc/reference
Miss Islington (bot) 434943e0b4
[3.11] Python documents state elsewhere that a comma is not an operator (GH-98736) (#98757)
Python documents state elsewhere that a comma is not an operator, so calling it an operator here is confusing. See https://docs.python.org/3/reference/lexical_analysis.htmlGH-operators and https://docs.python.org/3/faq/programming.htmlGH-id22.
(cherry picked from commit d578aaea62)

Co-authored-by: Gerardwx <Gerardwx@users.noreply.github.com>
2022-10-28 12:15:34 +02:00
..
compound_stmts.rst gh-98172: [doc] mention that except* handles naked exceptions (GH-98496) 2022-10-21 03:43:56 -07:00
datamodel.rst [3.11] Change links to label refs (GH-98454) (#98725) 2022-10-26 13:18:50 -07:00
executionmodel.rst gh-98227: executionmodel.rst: except* can also bind names (GH-98256) 2022-10-15 09:12:18 -07:00
expressions.rst [3.11] Python documents state elsewhere that a comma is not an operator (GH-98736) (#98757) 2022-10-28 12:15:34 +02: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] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-18 01:49:38 +02: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.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 [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-18 01:49:38 +02:00
toplevel_components.rst bpo-41762: Fix usage of productionlist markup in the doc (GH-22281) 2020-09-18 09:10:15 +02:00