On Thu, 30 Nov 2017 15:48:24 -0800 (PST) "Edward K. Ream" <[email protected]> wrote:
> The fix is straightforward and all tests pass, but perhaps more > testing is needed. I guess I'd call that a pylint problem, rather than a Python 3 problem. Although I guess you could argue it's a Python 3 problem because dropping StringTypes in Py3 types was unhelpful :-) pyflakes complaints always seem valid, although not always important, but pylint seems to be spurious more often than not to me. Anyway, I'm guessing disabling a pylint msg. hasn't changed editpane's behavior :) Well... pfft, *now* I see now you meant a94436f fixed a Python 3 problem, 0c7643e just stopped pylint complaining about the problem being fixed ;-) Thanks for that - I'll try and remember to test Python 3 more. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
