I think it will be much cleaner to have Unicode = unicode and String = str. rpclib is beta anyway, backward incompatibility is/shoud be expected, so keep what is commited in your fork (but add a huge notice in changelog for other users). I will fix it on my side :) thank you!
azur ______________________________________________________________ > Od: "Burak Arslan" <[email protected]> > Komu: azurIt <[email protected]> > Dátum: 19.02.2012 20:41 > Predmet: Re: [Soap-Python] rpclib and unicode strings > > CC: [email protected] >On 02/19/12 21:36, azurIt wrote: >> Looks fine so now i have to replace all 'String' types with 'Unicode'? >> >> azur > >with the current state of things, yeah. I could however switch back to >old way, where String = Unicode and real string is hidden as _String. > >what do you think? is it a huge backwards compatibility break ? or a >minor one? > > >> >> ______________________________________________________________ >>> Od: "Burak Arslan"<[email protected]> >>> Komu: azurIt<[email protected]> >>> Dátum: 19.02.2012 20:13 >>> Predmet: Re: [Soap-Python] rpclib and unicode strings >>> >>> CC: [email protected] >>> On 02/19/12 20:58, azurIt wrote: >>>> Will you fix it in rpclib or should i do it somewhere in my app? tnx >>>> >>>> azur >>>> >>> question: why is this a problem? lxml's behaviour is, while a tad hacky >>> i must admit, seems mostly harmless to me. >>> >>> have a look in my fork and tell me if the latest patch works for you. >>> >>> best, >>> burak >>> >>> >>> >> _______________________________________________ >> Soap mailing list >> [email protected] >> http://mail.python.org/mailman/listinfo/soap > > _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
