Guido van Rossum wrote: > You appear to be making a connection between star-args in a call and in a > function definition. They are unrelated.
I initially thought that indexing was more function-like with a bit of magic to handle one or multiple arguments, and I was wondering if this "magic" can be changed. Reading the other mails, I understand now that it's just a single expression inside the backets, and the tuple creation is just because of the commas. So my proposal is wrong, sorry for the noise. Joseph _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/KNXT5RFEVTJQL2M2FCGC3ZSSAGYADVZU/ Code of Conduct: http://python.org/psf/codeofconduct/