[issue10516] Add list.clear() and list.copy()

Boštjan Mejak report at bugs.python.org
Sun Dec 5 11:08:34 CET 2010


Boštjan Mejak <bostjan.mejak at gmail.com> added the comment:

I'm troubled with one little letter:

"L.copy() -> list -- a shallow copy of L");  should be

"L.copy() -> list -- shallow copy of L");  without the letter 'a',
because other sentences also don't say  "L.__sizeof__() -- *A* size of
L in memory, in bytes");

Please fix this.

----------
Added file: http://bugs.python.org/file19947/unnamed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10516>
_______________________________________
-------------- next part --------------
I&#39;m troubled with one little letter:<div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">&quot;L.copy() -&gt; list -- a shallow copy of L&quot;);  should be</pre>
<pre style="word-wrap: break-word; white-space: pre-wrap; "><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; white-space: normal; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">
&quot;L.copy() -&gt; list -- shallow copy of L&quot;);  without the letter &#39;a&#39;, because other sentences also don&#39;t say  &quot;L.__sizeof__() -- *A* size of L in memory, in bytes&quot;);</pre><pre style="word-wrap: break-word; white-space: pre-wrap; ">
Please fix this.</pre></span></pre></span></div>


More information about the Python-bugs-list mailing list