[issue25030] io.[Text]IOBase.seek doesn't take keyword parameter

Martin Panter report at bugs.python.org
Wed Sep 9 00:41:12 CEST 2015


Martin Panter added the comment:

This also bugs me, and the same problem exists in other parts of the documentation. Perhaps you might be interested in Issue 23738 and whether changing to the new notation used by PEP 457, pydoc, help(), Argument Clinic is any good:

seek(offset, whence=SEEK_SET, /)

But in the mean time, I think the proposed patch is okay, and would certainly benefit the Python 2 documetation where using the new PEP 457 slash indicator is less likely to be appropriate.

----------
nosy: +martin.panter
versions: +Python 2.7, Python 3.4, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25030>
_______________________________________


More information about the Python-bugs-list mailing list