blob: c015d246e1dccb81960950b981d3ef32a0c3ad62 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001# PY-2792
2x = <warning descr="Python version 2.4 doesn't support this syntax.">True if condition else False</warning>
3
4def foo(): # PY-2796
5 <warning descr="Python version 2.4 doesn't support this syntax. In Python <= 2.4, yield was a statement; it didn't return any value.">a = (yield 1)</warning>