[Python-Dev] chained assignment weirdity

Łukasz Rekucki lrekucki at gmail.com
Wed Nov 7 15:19:55 CET 2012


On 7 November 2012 15:16, Chris Angelico <rosuav at gmail.com> wrote:
> On Thu, Nov 8, 2012 at 1:11 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
>> "The implementation is right, the docs are wrong" sounds good to me,
>> as it's easy to justify the out of order evaluation in terms of the
>> equivalent item assignment statements:
>
> What do other Pythons than CPython do currently? Or is it "The
> reference implementation is right, the docs are wrong"?

PyPy and IronPython are the same as CPython. Only Jython (both 2.5 and
2.7a) follows the docs.

Regards,
Łukasz Rekucki


More information about the Python-Dev mailing list