On Mon, Feb 6, 2012 at 4:25 PM, Terry Brown <[email protected]> wrote:

> I don't think it's that easy to subclass {} directly.  It uses
> __slots__ or something equivalent, or some other factors, I don't
> remember exactly.

Interesting.  Thanks for these comments.

 At present, the bigger problem is doing type checking of raw strings.
 Works fine in Python 3.x, but I haven't figured out how to make the
comparisons work with Python 2.x.  The workaround is simply to disable
the checks in Python 2.x.  Sheesh.

It isn't really interfering with development, since I do all my work
in Python 3.x, except for unit tests.

I'll be committing what I have tomorrow, after I use the code for a
bit longer...

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.

Reply via email to