[New-bugs-announce] [issue25057] Make parameter of io.base to be positional and keyword

shiyao.ma report at bugs.python.org
Thu Sep 10 16:31:56 CEST 2015


New submission from shiyao.ma:

The parameters for io.[Text]IOBase.seek are currently positional only, as discussed in http://bugs.python.org/issue25030.

We make the parameters to be both positional and keyword based.

----------
files: patch.diff
keywords: patch
messages: 250382
nosy: berker.peksag, ezio.melotti, introom
priority: normal
severity: normal
status: open
title: Make parameter of io.base to be positional and keyword
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file40427/patch.diff

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


More information about the New-bugs-announce mailing list