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 grantjenks
Recipients barry, brett.cannon, docs@python, grantjenks, gregory.p.smith, ncoghlan, p-ganssle, pablogsal, rhettinger, tim.peters, vstinner, willingc
Date 2019-06-04.05:12:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559625120.95.0.604041061355.issue37134@roundup.psfhosted.org>
In-reply-to
Content
FWIW, I would rather not see the docs littered with "/". I've taught Python to hundreds of professional software engineers over the last five years and in all that time nobody has ever asked when the args need to be positional. It's easy to experiment to find out and it's historically been an implementation detail. I think the number of times people are surprised is far less than the number of times people never notice at all. As Raymond described, this change will elevate the feature to a day-1 topic and it's pretty useless to a day-1 user. This is another step toward making what I see as an unfortunate implementation detail into formal semantics.
History
Date User Action Args
2019-06-04 05:12:00grantjenkssetrecipients: + grantjenks, tim.peters, barry, brett.cannon, rhettinger, gregory.p.smith, ncoghlan, vstinner, docs@python, willingc, p-ganssle, pablogsal
2019-06-04 05:12:00grantjenkssetmessageid: <1559625120.95.0.604041061355.issue37134@roundup.psfhosted.org>
2019-06-04 05:12:00grantjenkslinkissue37134 messages
2019-06-04 05:12:00grantjenkscreate