Message264959
I think at first step we can support var-positional parameter only when there are no other positional parameters, and var-keyword parameter only when there are no other keyword parameters. So print, max and dict.update will be supported, but __build_class__, map and functools.partial are not. |
|
| Date |
User |
Action |
Args |
| 2016-05-06 10:24:38 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, ncoghlan, larry, meador.inge, zach.ware |
| 2016-05-06 10:24:38 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2016-05-06 10:24:38 | serhiy.storchaka | link | issue20291 messages |
| 2016-05-06 10:24:38 | serhiy.storchaka | create | |
|