This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients djc, ed_abraham, flox, ivo, pitrou, skip.montanaro
Date 2010-03-04.18:12:32
SpamBayes Score 0.0002706671
Marked as misclassified No
Message-id <1267726354.39.0.44961994863.issue1537721@psf.upfronthosting.co.za>
In-reply-to
Content
according to the buidbots, it hurts some platforms: Windows XP, Windows 7 and sparc Solaris10


 * sparc solaris10

test_writerows (test.test_csv.Test_Csv) ... ok

======================================================================
FAIL: test_write_simple_dict (test.test_csv.TestDictFields)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_csv.py", line 607, in test_write_simple_dict
    self.assertEqual(fileobj.read(), "10,,abc\r\n")
AssertionError: 'f1,f2,f3\r\n' != '10,,abc\r\n'

----------------------------------------------------------------------
Ran 84 tests in 17.335s

FAILED (failures=1)
test test_csv failed -- Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_csv.py", line 607, in test_write_simple_dict
    self.assertEqual(fileobj.read(), "10,,abc\r\n")
AssertionError: 'f1,f2,f3\r\n' != '10,,abc\r\n'

 * x86 XP and x86 Windows7

test_csv
test test_csv failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_csv.py", line 604, in test_write_simple_dict
    writer.writerow({"f1": 10, "f3": "abc"})
  File "D:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\csv.py", line 148, in writerow
    return self.writer.writerow(self._dict_to_list(rowdict))
IOError: [Errno 0] Error
History
Date User Action Args
2010-03-04 18:12:34floxsetrecipients: + flox, skip.montanaro, pitrou, ed_abraham, djc, ivo
2010-03-04 18:12:34floxsetmessageid: <1267726354.39.0.44961994863.issue1537721@psf.upfronthosting.co.za>
2010-03-04 18:12:33floxlinkissue1537721 messages
2010-03-04 18:12:32floxcreate