Python itself doesn&#39;t appear to follow that principle:<div><br><div><div>&gt;&gt;&gt; &quot;Ain&#39;t nothin&#39; stoppin&#39; this from usin&#39; \&quot;double quotes\&quot;.&quot; &nbsp;</div><div>&#39;Ain\&#39;t nothin\&#39; stoppin\&#39; this from usin\&#39; &quot;double quotes&quot;.&#39;</div>
<div><br></div><div>IMHO it&#39;s a useful rule of thumb, but like most of the other alternatives presented in this thread, taken to extremes, it can get silly. (Imagine a string with 10 &#39;s and 9 &quot;s, and adding two more &quot;s to it...) But I suppose that&#39;s another reason these are just guidelines.</div>
<div><br></div><div>Dave Borowitz</div><br><div class="gmail_quote">On Mon, May 12, 2008 at 5:00 PM,  &lt;<a href="mailto:skip@pobox.com">skip@pobox.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
&gt;&gt;&gt;&gt;&gt; &quot;Benji&quot; == Benji York &lt;<a href="mailto:benji@zope.com">benji@zope.com</a>&gt; writes:<br>
<br>
 &nbsp; &nbsp;Benji&gt; One such entry could be &quot;Do what python does.&quot;:<br>
<div class="Ih2E3d"><br>
 &nbsp; &nbsp;&gt;&gt;&gt; &#39;I am a string.&#39;<br>
 &nbsp; &nbsp;&#39;I am a string.&#39;<br>
 &nbsp; &nbsp;&gt;&gt;&gt; &quot;I&#39;m a string&quot;<br>
 &nbsp; &nbsp;&quot;I&#39;m a string&quot;<br>
<br>
</div>That would be the principle of fewest backslashes. ;-)<br>
<br>
Skip<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/ddborowitz%40gmail.com" target="_blank">http://mail.python.org/mailman/options/python-dev/ddborowitz%40gmail.com</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>It is better to be quotable than to be honest.<br> -Tom Stoppard<br><br>Borowitz
</div></div>