]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Python documents state elsewhere that a comma is not an operator, so … (GH-98736)
authorGerardwx <Gerardwx@users.noreply.github.com>
Thu, 27 Oct 2022 06:33:42 +0000 (02:33 -0400)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2022 06:33:42 +0000 (23:33 -0700)
commitd578aaea6257458c199328100cbb5af64c6a043e
tree149a68bf7bad166b2825b22b24b80b6611a23ddf
parent731909ebef3add602374e8a10002c4574bb24d4b
Python documents state elsewhere that a comma is not an operator, so … (GH-98736)

…calling it an operator here is confusing. See https://docs.python.org/3/reference/lexical_analysis.html#operators and https://docs.python.org/3/faq/programming.html#id22.
Doc/reference/expressions.rst