On Friday, December 23, 2016 at 2:36:18 PM UTC-5, Edward K. Ream wrote: > > Please check the git log for details. If you are the author of a plugin, > please verify that it works on both Python 2 and 3. > > The changes are straightforward, and pylint is happy in each case, but the > possibility exists that the changes will have broken some plugins. >
Pylint now is happy with all plugins when running python 3 and PyQt5. This has never happened before. This does not guarantee that all plugins will work with python 3 and PyQt5. In particular, viewrendered2.py fails to load (init returns False) with Qt5. There may be other plugins that don't work with Qt5. I plan no further real work on this project. I've left a few ### comments in place to show where I made non-trivial changes, mostly replacing the Qt4-style signal handling with the much simpler Qt-5 signal declarations. These comments will go away eventually, but there is no hurry. EKR -- 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.
