- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message344482
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 | gregory.p.smith |
|---|---|
| Recipients | barry, brett.cannon, docs@python, gregory.p.smith, ncoghlan, pablogsal, rhettinger, tim.peters, vstinner, willingc |
| Date | 2019-06-03.21:56:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1559599015.5.0.326741084989.issue37134@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I agree with Brett and Carol here. This is part of the language syntax. We can educate people to that effect more if desired (I like the blog post idea). People will figure it out. We've already got high ranked stackoverflow answers related to this when you search: https://stackoverflow.com/questions/24735311/python-what-does-the-slash-mean-in-help-output/ https://stackoverflow.com/questions/28243832/what-is-the-meaning-of-a-forward-slash-in-a-python-method-signature-as-show/ Today, we don't document what is positional only, adding this notation is an improvement because it communicates that detail to anyone interested in understanding it without adding a pile of text to all sorts of function signatures. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-06-03 21:56:55 | gregory.p.smith | set | recipients: + gregory.p.smith, tim.peters, barry, brett.cannon, rhettinger, ncoghlan, vstinner, docs@python, willingc, pablogsal |
| 2019-06-03 21:56:55 | gregory.p.smith | set | messageid: <1559599015.5.0.326741084989.issue37134@roundup.psfhosted.org> |
| 2019-06-03 21:56:55 | gregory.p.smith | link | issue37134 messages |
| 2019-06-03 21:56:55 | gregory.p.smith | create | |

