mirror of
https://github.com/python/cpython.git
synced 2026-05-14 16:38:19 -04:00
434943e0b4
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>