[issue41698] io.[Text]IOBase.seek doesn't take keyword parameter - revisited

Inada Naoki report at bugs.python.org
Wed Sep 2 22:36:44 EDT 2020


Inada Naoki <songofacandy at gmail.com> added the comment:

Since we have positional-only argument, can we document it as `seek(offset, whence=SEEK_SET, /)`?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41698>
_______________________________________


More information about the Python-bugs-list mailing list