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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/KNXT5RFEVTJQL2M2FCGC3ZSSAGYADVZU/ Code of Conduct: http://python.org/psf/codeofconduct/
