<div dir="ltr"><br><div class="gmail_quote">On Tue, Nov 9, 2010 at 04:07, R. David Murray <span dir="ltr">&lt;<a href="mailto:rdmurray@bitdance.com">rdmurray@bitdance.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Mon, 08 Nov 2010 18:10:17 -0600, Ron Adam &lt;<a href="mailto:rrr@ronadam.com">rrr@ronadam.com</a>&gt; wrote:<br>
&gt; def _private_api():<br>
&gt;      #<br>
&gt;      # Isn&#39;t it a good practice to use comments here?<br>
&gt;      #<br>
&gt;      ...<br>
<br>
</div>IMO, no.<br>
<br></blockquote></div><br>FWIW, I agree completely. Docstrings are a part of Python I don&#39;t see a reason to leave out for &quot;non-public&quot; code. They&#39;re convenient in the beginning of functions and we all are used to seeing them there. IDE&#39;s use them to display helpful &quot;tooltips&quot; on functions, and so on.<br>

<br><br>Eli<br><br></div>