Sorry about that. I read somewhere that "instance < class" would be true if instance was an instance of class; when the test succeeded, I believed it. Oops. I'll be pushing in a moment (if all unit tests succeed).
- Stephen On Jun 30, 7:22 am, "Edward K. Ream" <[email protected]> wrote: > 10 tests containing code such as the following fail on Python 3k with > the message: > > TypeError: unorderable types > > assert c.tangleCommands.root_list[0] < leo.core.leoTangle.tst_node, > "expected root_list[0] to be instance of tst_node, dir() is %s " % > repr(dir(c.tangleCommands.root_list[0])) > > Please correct this on the trunk. Thanks. > > Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
