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 Joshua.Landau
Recipients Joshua.Landau
Date 2015-01-25.15:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422200816.31.0.910655700205.issue23316@psf.upfronthosting.co.za>
In-reply-to
Content
It is claimed that all expressions are evaluated left-to-right, including in functions¹. However,

    f(*a(), b=b())

will evaluate b() before a().

¹ https://docs.python.org/3/reference/expressions.html#evaluation-order
History
Date User Action Args
2015-01-25 15:46:56Joshua.Landausetrecipients: + Joshua.Landau
2015-01-25 15:46:56Joshua.Landausetmessageid: <1422200816.31.0.910655700205.issue23316@psf.upfronthosting.co.za>
2015-01-25 15:46:56Joshua.Landaulinkissue23316 messages
2015-01-25 15:46:56Joshua.Landaucreate