<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Aahz wrote:
<blockquote cite="mid20061223155403.GA13959@panix.com" type="cite">
  <pre wrap="">On Tue, Dec 19, 2006, Guido van Rossum wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On 12/19/06, Fredrik Lundh <a class="moz-txt-link-rfc2396E" href="mailto:fredrik@pythonware.com">&lt;fredrik@pythonware.com&gt;</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">(I haven't abandoned this, but it hasn't been a top priority; partially
because Larry Hastings work on smarter concatenation has showed that
"lazy evaluation" can work in today's Python, and partially due to the
schedule/discussion issues you write about.)
      </pre>
    </blockquote>
    <pre wrap="">Now's the time for that work to come out of the closet. Should I hold
off on the basic unification-Guido-style (discarding str and renaming
unicode to str, essentially) or can I start that now and will the new
work be able to build on top of that?
    </pre>
  </blockquote>
  <pre wrap=""><!---->My recollection is that Larry said he could make it work with Unicode
with little difficulty -- I suspect he's either on vacation or ignoring
this thread, so I'm renaming and cc'ing him.
  </pre>
</blockquote>
<br>
(Howdy folks.&nbsp; I wasn't reading the Python 3000 mailing list, but here
I am.)<br>
<br>
The "lazy strings" patch can be adapted to Unicode strings, you bet.&nbsp;
And if it has a chance of going in I'm happy to do it.&nbsp; I'm guessing
there's more interest in the lazy concatenation than in the lazy
slices, so I'll file them as separate patches.&nbsp; Gimme, oh, two weeks.<br>
<br>
Cheers,<br>
<br>
<br>
<i>larry</i>
</body>
</html>