Re: Re: What does python 3000 mean for zope?
"Dieter Maurer" <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3 |
|---|---|
| Message-ID | <[email protected]> |
Fred Drake wrote at 2007-9-1 03:14 -0400: >On 9/1/07, Christian Theune <[email protected]> wrote: >> I think the byte/text change is excellent. > >I like the clean separation of the two. What I don't like is the >omission of an immutable bytes type. Where is the problem -- now that we have "pypi"? When you need an immutable bytes type, you implement one and publish it on "pypi" (for others to use it as well). -- Dieter