Berry Schoenmakers <l.a.m.schoenmak...@tue.nl> added the comment:
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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38237> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com