[Python-Dev] ',' precedence in documentation] (original) (raw)

skip at pobox.com skip at pobox.com
Mon Sep 15 13:21:11 CEST 2008


Fredrik> if we were to list everything that was not an operator in the
Fredrik> precedence table, it would end up being very long and mostly
Fredrik> pointless.

OTOH, comma is an operator in (I believe) all C-derived languages. That's probably what throws people. It might be worth a short note: on the operator precedence page to point out that comma isn't an operator in Python.

Skip



More information about the Python-Dev mailing list