Message313726
Oh, and in terms of *calling* functions, now we can specify multiple unpacks, like:
>>> f(
... **d,
... **e,
... )
so the extra comma for signatures simply makes it symmetrical in terms of appearance. |
|
Date |
User |
Action |
Args |
2018-03-13 07:52:19 | lukasz.langa | set | recipients:
+ lukasz.langa, ned.deily, serhiy.storchaka |
2018-03-13 07:52:19 | lukasz.langa | set | messageid: <1520927539.96.0.467229070634.issue33064@psf.upfronthosting.co.za> |
2018-03-13 07:52:19 | lukasz.langa | link | issue33064 messages |
2018-03-13 07:52:19 | lukasz.langa | create | |
|