Message 250261 - Python tracker

Message250261

Author martin.panter
Recipients berker.peksag, docs@python, ezio.melotti, introom, martin.panter
Date 2015-09-08.22:41:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441752072.25.0.0150141170486.issue25030@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-08 22:41:12martin.pantersetrecipients: + martin.panter, ezio.melotti, docs@python, berker.peksag, introom
2015-09-08 22:41:12martin.pantersetmessageid: <1441752072.25.0.0150141170486.issue25030@psf.upfronthosting.co.za>
2015-09-08 22:41:12martin.panterlinkissue25030 messages
2015-09-08 22:41:11martin.pantercreate