[Zope] Zope & python 2
Curtis Maloney
curtis@cardgate.net
Thu, 26 Oct 2000 12:47:49 +1100
On Thu, 26 Oct 2000, Mark Twiddy wrote:
> Hi all
>
> Is anyone using or know the current state of Zope with python 2.0 ?
>
I've been somewhat curious about this myself.
Will there need to be large changes now that strings are proper objects? (the
string functions are now methods of strings). If so, will this mean the
phasing out of _.string ?
Will the new Unicode support, does this mean Zope is now a big step closer to
i18n?
And from the looks of things there are a large number of small changes that
could be made to improve performance (such as the new 'augmented assignment'
operators [ += *= /= and so on] )....
> Thanks
>
> Joe
>
watching closely,
Curtis