Where is the documentation for ','?

Terry Reedy tjreedy at udel.edu
Sat Sep 17 00:50:04 EDT 2016


On 9/16/2016 10:05 PM, Peng Yu wrote:
> Hi,
>
> I'm wondering where is the documentation for ',' as in the following usage.
>
> x = 1
> y = 2
> x, y = y, x
>
> I tried help(','). But there are too many ',' in it and I don't see in
> which section ',' is documented. Could anybody let me know? Thanks.

It should be indexed on
https://docs.python.org/3/genindex-Symbols.html
but is not.  I will try to remember to fix it.


-- 
Terry Jan Reedy




More information about the Python-list mailing list