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 mjpieters
Recipients docs@python, mjpieters
Date 2018-05-14.08:14:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526285664.99.0.682650639539.issue33492@psf.upfronthosting.co.za>
In-reply-to
Content
Can the *Evaluation order* (_evalorder) section in reference/expressions.rst please be updated to cover this exception in a *call* primary (quoting from the _calls section):


    A consequence of this is that although the ``*expression`` syntax may appear
    *after* explicit keyword arguments, it is processed *before* the
    keyword arguments (and any ``**expression`` arguments -- see below).  So::

This exception to the normal expression evaluation order is rather buried in the _calls section only.
History
Date User Action Args
2018-05-14 08:14:25mjpieterssetrecipients: + mjpieters, docs@python
2018-05-14 08:14:24mjpieterssetmessageid: <1526285664.99.0.682650639539.issue33492@psf.upfronthosting.co.za>
2018-05-14 08:14:24mjpieterslinkissue33492 messages
2018-05-14 08:14:24mjpieterscreate