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 asvetlov, chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl
Date 2012-09-04.16:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346775975.7.0.187768597721.issue15831@psf.upfronthosting.co.za>
In-reply-to
Content
> So I wasn't sure if this notation was preferred or discouraged.

We are moving toward using the same signatures that we have in the Python code, but that doesn't always work (e.g. when the meaning of values changes depending on the number of args, when there's some trick with *args/**kwargs involved, when there are default placeholders, etc.).
The single * is not so common (yet), and it might be difficult to understand for new users, that's why I said it's OK to leave it out in cases where all the args are keyword args and the [] are used.
History
Date User Action Args
2012-09-04 16:26:15ezio.melottisetrecipients: + ezio.melotti, georg.brandl, eric.araujo, asvetlov, chris.jerdonek, docs@python
2012-09-04 16:26:15ezio.melottisetmessageid: <1346775975.7.0.187768597721.issue15831@psf.upfronthosting.co.za>
2012-09-04 16:26:15ezio.melottilinkissue15831 messages
2012-09-04 16:26:14ezio.melotticreate