On Saturday, June 14, 2014 1:20:06 PM UTC-5, Terry wrote: > > On Sat, 14 Jun 2014 10:19:44 -0700 (PDT) > "Edward K. Ream" <[email protected]> wrote: > > > I made a number of changes, but not enough, it seems. todo works > > with PyQt4 but not 5. For example, icons don't appear in headlines. > > I'll take a look when I can. > > todo.py doesn't work with Python 3, well, it does, but it can't read > datetime objects pickled in 2.x, which is annoying. I have not been > able to find any 3.x code that will read a 2.7 datetime pickle, > although maybe I haven't tried in 3.4, I think there were some changes > in pickle recently. > > Current plan is to have todo.py convert dates to string > representations in 2.x, and report files that need running through 2.x > when they're encountered in 3.x >
Thanks for these comments. BTW, pylint reports the following problems, which may just be invalid warnings about decorator functions defined in a class: ************* Module leo.plugins.todo E:488, 4: Method should have "self" as first argument (no-self-argument) E:493,22: fn is not callable (not-callable) E:501, 4: Method should have "self" as first argument (no-self-argument) E:504,18: fn is not callable (not-callable) Edward -- 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 http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
