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 martin.panter
Recipients benjamin.peterson, martin.panter, pitrou, python-dev, serhiy.storchaka, stutzbach, vstinner
Date 2016-10-21.03:17:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477019855.41.0.456585659493.issue23214@psf.upfronthosting.co.za>
In-reply-to
Content
The minus sign might have been deliberate at some stage, but I realize it is more accessible etc if it was ASCII -1, so I will change that.

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).
History
Date User Action Args
2016-10-21 03:17:35martin.pantersetrecipients: + martin.panter, pitrou, vstinner, benjamin.peterson, stutzbach, python-dev, serhiy.storchaka
2016-10-21 03:17:35martin.pantersetmessageid: <1477019855.41.0.456585659493.issue23214@psf.upfronthosting.co.za>
2016-10-21 03:17:35martin.panterlinkissue23214 messages
2016-10-21 03:17:34martin.pantercreate