Message260272
| Author |
martin.panter |
| Recipients |
SilentGhost, docs@python, martin.panter, nchammas, terry.reedy |
| Date |
2016年02月14日.10:51:23 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1455447083.46.0.702857413433.issue26334@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Nicholas, there is Issue 8706 about converting functions and methods to accept keywords in general.
There is also the slash "/" indicator proposed by PEP 457, which is used for some functions in pydoc; bytes.replace() for instance. In Issue 23738 I was trying to get some consensus on using this slash notation in the main documentation, in which case bytes.translate() could look like
bytes.translate(table, delete=b"", /)
And there is Issue 21314 about where to document the slash notation that is already used in pydoc. |
|