Message364414
Maybe a use case in this direction: int(x, base=10).
Because, if you type
int(x='3', base=12)
you get
TypeError: 'x' is an invalid keyword argument for int()
and x needs to be a positional-only to program this yourself. |
|
Date |
User |
Action |
Args |
2020-03-17 11:50:58 | lschoe | set | recipients:
+ lschoe, rhettinger, mark.dickinson, lukasz.langa, serhiy.storchaka, ammar2, miss-islington |
2020-03-17 11:50:58 | lschoe | set | messageid: <1584445858.1.0.747477280855.issue38237@roundup.psfhosted.org> |
2020-03-17 11:50:58 | lschoe | link | issue38237 messages |
2020-03-17 11:50:58 | lschoe | create | |
|