This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, martin.panter, pitrou, python-dev, serhiy.storchaka, stutzbach, vstinner
Date 2016-10-21.08:20:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbNXzrqD44B3TvwBTx7qLaOzzWxCynbJ-hBjd4rSt_Lvg@mail.gmail.com>
In-reply-to <1477019855.41.0.456585659493.issue23214@psf.upfronthosting.co.za>
Content
2016-10-21 5:17 GMT+02:00 Martin Panter <report@bugs.python.org>:
> The idea of changing the signature is to avoid people thinking it accepts a keyword argument. See e.g. Issue 25030 for seek(offset, whence=SEEK_SET), Issue 14586 for truncate(size=None).

Ah. Maybe we should modify the code to accept a keyword argument? :-)

Or we might use the strange "read1(\, size=1)" syntax of Argument Clinic.
History
Date User Action Args
2016-10-21 08:20:22vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, stutzbach, python-dev, martin.panter, serhiy.storchaka
2016-10-21 08:20:22vstinnerlinkissue23214 messages
2016-10-21 08:20:22vstinnercreate