Re: Execution error on Meld 1.2.1
- From: "Andrew Beyer" <beyer andrew gmail com>
- To: "Joe Bell" <joe bell prodeasystems com>, meld-list gnome org
- Subject: Re: Execution error on Meld 1.2.1
- Date: Mon, 24 Nov 2008 12:02:13 -0800
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]