Message268025
| Author | serhiy.storchaka |
|---|---|
| Recipients | berker.peksag, martin.panter, nadeem.vawda, palaviv, python-dev, serhiy.storchaka, twouters |
| Date | 2016-06-09.13:42:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1465479752.58.0.191995596395.issue26243@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The original request was for supporting level as keyword argument. Making the first argument a keyword argument was unintentional side effect (due a to the limitation of argument parsing functions). Now it is possible to support positional-only and keyword arguments in one function (see issue26282). Proposed patch makes the first argument positional-only again. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-09 13:42:32 | serhiy.storchaka | set | recipients: + serhiy.storchaka, twouters, nadeem.vawda, python-dev, berker.peksag, martin.panter, palaviv |
| 2016-06-09 13:42:32 | serhiy.storchaka | set | messageid: <1465479752.58.0.191995596395.issue26243@psf.upfronthosting.co.za> |
| 2016-06-09 13:42:32 | serhiy.storchaka | link | issue26243 messages |
| 2016-06-09 13:42:32 | serhiy.storchaka | create | |