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 berker.peksag, docs@python, ezio.melotti, introom, martin.panter
Date 2015-09-09.04:50:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441774204.87.0.437968609443.issue25030@psf.upfronthosting.co.za>
In-reply-to
Content
I will try to commit your patch today when I up to it.

Maybe the “draft” status of that PEP is out of date. The slash (/) indicator is already being used in some places in pydoc, e.g.

$ pydoc object.__eq__
Help on wrapper_descriptor in object:

object.__eq__ = __eq__(self, value, /)
    Return self==value.
History
Date User Action Args
2015-09-09 04:50:04martin.pantersetrecipients: + martin.panter, ezio.melotti, docs@python, berker.peksag, introom
2015-09-09 04:50:04martin.pantersetmessageid: <1441774204.87.0.437968609443.issue25030@psf.upfronthosting.co.za>
2015-09-09 04:50:04martin.panterlinkissue25030 messages
2015-09-09 04:50:04martin.pantercreate