<p>It&#39;s not a bug and shouldn&#39;t be &quot;fixed&quot;. We leave lots of minor infractions in the code because the code churn of fixing them all would be too distracting. </p>
<div class="gmail_quote">On Jul 3, 2011 10:22 AM, &quot;georg.brandl&quot; &lt;<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>&gt; wrote:<br type="attribution">&gt; <a href="http://hg.python.org/cpython/rev/76452b892838">http://hg.python.org/cpython/rev/76452b892838</a><br>
&gt; changeset:   71146:76452b892838<br>&gt; parent:      71144:ce52310f61a0<br>&gt; user:        Georg Brandl &lt;<a href="mailto:georg@python.org">georg@python.org</a>&gt;<br>&gt; date:        Sun Jul 03 19:22:42 2011 +0200<br>
&gt; summary:<br>&gt;   Remove mention of medical condition from the test suite.<br>&gt; <br>&gt; files:<br>&gt;   Lib/test/test_csv.py |  8 ++++----<br>&gt;   1 files changed, 4 insertions(+), 4 deletions(-)<br>&gt; <br>
&gt; <br>&gt; diff --git a/Lib/test/test_csv.py b/Lib/test/test_csv.py<br>&gt; --- a/Lib/test/test_csv.py<br>&gt; +++ b/Lib/test/test_csv.py<br>&gt; @@ -459,20 +459,20 @@<br>&gt;                                   &#39;5&#39;, &#39;6&#39;]])<br>
&gt;  <br>&gt;      def test_quoted_quote(self):<br>&gt; -        self.readerAssertEqual(&#39;1,2,3,&quot;&quot;&quot;I see,&quot;&quot; said the blind man&quot;,&quot;as he picked up his hammer and saw&quot;&#39;,<br>&gt; +        self.readerAssertEqual(&#39;1,2,3,&quot;&quot;&quot;I see,&quot;&quot; said the happy man&quot;,&quot;as he picked up his hammer and saw&quot;&#39;,<br>
&gt;                                 [[&#39;1&#39;, &#39;2&#39;, &#39;3&#39;,<br>&gt; -                                 &#39;&quot;I see,&quot; said the blind man&#39;,<br>&gt; +                                 &#39;&quot;I see,&quot; said the happy man&#39;,<br>
&gt;                                   &#39;as he picked up his hammer and saw&#39;]])<br>&gt;  <br>&gt;      def test_quoted_nl(self):<br>&gt;          input = &#39;&#39;&#39;\<br>&gt;  1,2,3,&quot;&quot;&quot;I see,&quot;&quot;<br>
&gt; -said the blind man&quot;,&quot;as he picked up his<br>&gt; +said the happy man&quot;,&quot;as he picked up his<br>&gt;  hammer and saw&quot;<br>&gt;  9,8,7,6&#39;&#39;&#39;<br>&gt;          self.readerAssertEqual(input,<br>
&gt;                                 [[&#39;1&#39;, &#39;2&#39;, &#39;3&#39;,<br>&gt; -                                   &#39;&quot;I see,&quot;\nsaid the blind man&#39;,<br>&gt; +                                   &#39;&quot;I see,&quot;\nsaid the happy man&#39;,<br>
&gt;                                     &#39;as he picked up his\nhammer and saw&#39;],<br>&gt;                                  [&#39;9&#39;,&#39;8&#39;,&#39;7&#39;,&#39;6&#39;]])<br>&gt;  <br>&gt; <br>&gt; -- <br>&gt; Repository URL: <a href="http://hg.python.org/cpython">http://hg.python.org/cpython</a><br>
</div>