<p>It's not a bug and shouldn't be "fixed". 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, "georg.brandl" <<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>> wrote:<br type="attribution">> <a href="http://hg.python.org/cpython/rev/76452b892838">http://hg.python.org/cpython/rev/76452b892838</a><br>
> changeset: 71146:76452b892838<br>> parent: 71144:ce52310f61a0<br>> user: Georg Brandl <<a href="mailto:georg@python.org">georg@python.org</a>><br>> date: Sun Jul 03 19:22:42 2011 +0200<br>
> summary:<br>> Remove mention of medical condition from the test suite.<br>> <br>> files:<br>> Lib/test/test_csv.py | 8 ++++----<br>> 1 files changed, 4 insertions(+), 4 deletions(-)<br>> <br>
> <br>> diff --git a/Lib/test/test_csv.py b/Lib/test/test_csv.py<br>> --- a/Lib/test/test_csv.py<br>> +++ b/Lib/test/test_csv.py<br>> @@ -459,20 +459,20 @@<br>> '5', '6']])<br>
> <br>> def test_quoted_quote(self):<br>> - self.readerAssertEqual('1,2,3,"""I see,"" said the blind man","as he picked up his hammer and saw"',<br>> + self.readerAssertEqual('1,2,3,"""I see,"" said the happy man","as he picked up his hammer and saw"',<br>
> [['1', '2', '3',<br>> - '"I see," said the blind man',<br>> + '"I see," said the happy man',<br>
> 'as he picked up his hammer and saw']])<br>> <br>> def test_quoted_nl(self):<br>> input = '''\<br>> 1,2,3,"""I see,""<br>
> -said the blind man","as he picked up his<br>> +said the happy man","as he picked up his<br>> hammer and saw"<br>> 9,8,7,6'''<br>> self.readerAssertEqual(input,<br>
> [['1', '2', '3',<br>> - '"I see,"\nsaid the blind man',<br>> + '"I see,"\nsaid the happy man',<br>
> 'as he picked up his\nhammer and saw'],<br>> ['9','8','7','6']])<br>> <br>> <br>> -- <br>> Repository URL: <a href="http://hg.python.org/cpython">http://hg.python.org/cpython</a><br>
</div>