[Python-ideas] If branch merging

Joonas Liik liik.joonas at gmail.com
Mon Jun 8 14:26:35 CEST 2015


I just got this funny feeling reading the last few posts.

# this
f(i+1 as i)

# feels a lot like..
f(i++)

# but really
f(++i)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150608/a3a72f99/attachment-0001.html>


More information about the Python-ideas mailing list