Message264959
| Author | serhiy.storchaka |
|---|---|
| Recipients | larry, meador.inge, ncoghlan, serhiy.storchaka, zach.ware |
| Date | 2016-05-06.10:24:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1462530278.62.0.449716452404.issue20291@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1462530278.62.0.449716452404.issue20291@psf.upfronthosting.co.za> |
| 2016-05-06 10:24:38 | serhiy.storchaka | link | issue20291 messages |
| 2016-05-06 10:24:38 | serhiy.storchaka | create | |