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 ezio.melotti
Recipients Mikel.Ward, asvetlov, chris.jerdonek, docs@python, eric.araujo, ezio.melotti
Date 2012-12-13.18:24:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355423093.41.0.847195849956.issue16666@psf.upfronthosting.co.za>
In-reply-to
Content
> Personally, I think explicitly stating in the text that the parameters
> are positional-only can't hurt, especially since that's the rarer case,
> no?

OTOH it's an implementation detail that might be changed at some point.
The other option is to use [] in the signature and document the default values in the text, and possibly fix it for 3.4 (or does it work there already?).
History
Date User Action Args
2012-12-13 18:24:53ezio.melottisetrecipients: + ezio.melotti, eric.araujo, asvetlov, chris.jerdonek, docs@python, Mikel.Ward
2012-12-13 18:24:53ezio.melottisetmessageid: <1355423093.41.0.847195849956.issue16666@psf.upfronthosting.co.za>
2012-12-13 18:24:53ezio.melottilinkissue16666 messages
2012-12-13 18:24:53ezio.melotticreate