On 8/31/07, Stephan Richter <[EMAIL PROTECTED]> wrote: > That's is what I am most worried about. I really need to look into this to see > how much things changed. Maybe not as much as we tend to think.
I think the changes will be substantial, both for Python code and for C extensions. A biggie is going to be the replacement of immutable str for binary data; that gets replaced with a mutable bytes object. It'll be good to have, but the loss of an immutable sequence-of-bytes type seems like a problem to me. On the other hand, we gain ordinary string literals being Unicode. I'm not sure what will happen with the standard library; it's just too early to say. I don't actually expect huge changes there, aside from changes required by the str->bytes replacement. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller _______________________________________________ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com