|
From: Matt S. <ms...@ac...> - 2006-07-21 20:59:40
|
I noticed this while I was cleaning up some more pickle tests. In types.java (the Python types module), UnicodeType is defined as PyString.class. It seems to me like it should be defined as PyUnicode.class. The change looks good to me, and it lets me pickle unicode strings, but maybe someone who knows more about this could let me know if it really makes sense? Thanks, Matt |