|
From: Charlie G. <cha...@gm...> - 2006-07-22 23:14:41
|
It looks like UnicodeType was added to types way before the existence of PyUnicode. http://fisheye3.cenqua.com/changelog/jython?cs=1040 I'd guess types.java just never got updated when PyUnicode.java was added. Charlie On 7/21/06, Matt Small <ms...@ac...> wrote: > 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 > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-dev > > > > |