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 techtonik
Recipients docs@python, ezio.melotti, madison.may, mikehoy, rhettinger, techtonik, terry.reedy
Date 2013-09-22.11:18:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAPkN8xL96WSd23aPHu1FU+C6i00dAuKt7WntxtFvDZSSfN8i7A@mail.gmail.com>
In-reply-to <CAPkN8xLHBfowKoc0kmt0zUGzACsZcs9J0OAkpbKnqsa9tiguqw@mail.gmail.com>
Content
To narrow the point of conflict, I say that argument unpacking *operators*
should have a prominent place in Python documentation that people can link
to. Current page
http://docs.python.org/3/tutorial/controlflow.html#unpacking-argument-lists is
about functionality, not about operators, and therefore usage of these
while studying Python code can not be tracked back to documentation. Which
is why it is hidden.
History
Date User Action Args
2013-09-22 11:18:34techtoniksetrecipients: + techtonik, rhettinger, terry.reedy, ezio.melotti, docs@python, mikehoy, madison.may
2013-09-22 11:18:34techtoniklinkissue19024 messages
2013-09-22 11:18:34techtonikcreate