Message250284
| 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:04 | martin.panter | set | recipients: + martin.panter, ezio.melotti, docs@python, berker.peksag, introom |
| 2015-09-09 04:50:04 | martin.panter | set | messageid: <1441774204.87.0.437968609443.issue25030@psf.upfronthosting.co.za> |
| 2015-09-09 04:50:04 | martin.panter | link | issue25030 messages |
| 2015-09-09 04:50:04 | martin.panter | create | |