Re: Execution error on Meld 1.2.1



2008/11/24 Joe Bell <joe bell prodeasystems com>:
>     self.textview[1 if len(files) >= 2 else 0].grab_focus()

The trinary boolean expressions are new in Python 2.5, and won't work
in previous versions.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]