Python 2.5:

mbi136-176 211% python
*** Pasting of code with ">>>" or "..." has been enabled.
########################################################################
 ##                             ipython                              ##
########################################################################
py> b = 4 if True else b
py> b
4


Isn't the right side supposed to be evaluated first?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to