On Mon, 6 Feb 2012 18:56:57 -0600 "Edward K. Ream" <[email protected]> wrote:
> I've attempted to vary the args to the ctor which sets keyType, but so > far to no avail. Weird, you'd think there were only two choices for each python: 2.x str (a.k.a. bytes) unicode 3.x str (2.7's unicode) bytes (2.7's str) I was curious in case it informed the de-pickling problem, but just seems odd. Cheers -Terry -- 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.
