On Sat, Jun 14, 2014 at 1:16 PM, 'Terry Brown' via leo-editor
<
leo-e...@googlegroups.com> wrote:
> I don't think we should do anything that would break support for Ubuntu
> 12.04 which is supported until April 2017. Happily, pyqt4 in 12.04 is
> currently at 4.9 :-)
>
> So no objection from me, I suspect 4.4 was a long time ago.
I plan to make the following easily reversible change today: change
most instances of "if isQt5" to "if True or isQt5". This will enable
the new-style connections regardless of PyQt version.
There are one or two places where the isQt5 constant is needed to
choose between two different method names. Such places will remain
unchanged.
Edward