<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Fredrik Lundh wrote:<br>
<blockquote cite="mide55b8k$c39$1@sea.gmane.org" type="cite">
  <blockquote type="cite">
    <pre wrap="">Yes.  It went to my todo list and is awaiting some free raymond-cycles 
to finish it up.  I've been task saturated of late but would like to get 
this a number of other patches complete for Py2.5.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
no need to wait for any raymond-cycles here; just point me to the latest 
version of the proposal, and it'll be in the trunk within 30 minutes.

&lt;/F&gt;</pre>
</blockquote>
<br>
IIRC, Skip had developed a smart&nbsp; version that returned lazy string
objects that kept a reference and pointers to the original string
(instead of making its own copy of the string components).&nbsp; The string
subclass would expand itself and free the reference if necessary for a
subsequent string operation.&nbsp; The main purpose was to handle the cases
where one fragment of the other was never used or just had a length
check.&nbsp; Also it was helpful when partition was used lisp-style to
repeatedly break-off head/tail fragments.<br>
<br>
<br>
<pre wrap="">&gt; are these still valid?
&gt;
&gt;     <a class="moz-txt-link-freetext" href="http://mail.python.org/pipermail/python-dev/2005-August/055764.html">http://mail.python.org/pipermail/python-dev/2005-August/055764.html</a>
&gt;     <a class="moz-txt-link-freetext" href="http://mail.python.org/pipermail/python-dev/2005-August/055770.html">http://mail.python.org/pipermail/python-dev/2005-August/055770.html</a>


Yes.
</pre>
<br>
<br>
<br>
Raymond
</body>
</html>