Message268025
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. |
|
| 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: <[email protected]> |
| 2016-06-09 13:42:32 | serhiy.storchaka | link | issue26243 messages |
| 2016-06-09 13:42:32 | serhiy.storchaka | create | |
|