[Python-3000] Pleaswe help with the countdown to zero failing tests in the struni branch! (original) (raw)
Guido van Rossum guido at python.org
Wed Aug 8 02:11:53 CEST 2007
- Previous message: [Python-3000] Pleaswe help with the countdown to zero failing tests in the struni branch!
- Next message: [Python-3000] Pleaswe help with the countdown to zero failing tests in the struni branch!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fixed now. This was OSX only due to an endianness issue; but the bug was universal: we were treating a unicode character using structmodule's T_CHAR. Since other similar fields of the dialect type were dealt with properly it seems this was merely an oversight.
On 8/7/07, skip at pobox.com <skip at pobox.com> wrote:
testcsv got removed from the failing list after Guido applied Adam Hupp's patch. (I checked in a small update for one thing Adam missed.) I'm still getting test failures though:
====================================================================== FAIL: testreaderattrs (main.TestCsv) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/testcsv.py", line 63, in testreaderattrs self.testdefaultattrs(csv.reader, []) File "Lib/test/testcsv.py", line 47, in testdefaultattrs self.assertEqual(obj.dialect.delimiter, ',') AssertionError: s'\x00' != ',' This same exception crops up six times. Maybe this isn't str->unicode-related, but it sure seems like it to me. I spent some time over the past few days trying to figure it out, but I struck out. Skip
Python-3000 mailing list Python-3000 at python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/guido%40python.org
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] Pleaswe help with the countdown to zero failing tests in the struni branch!
- Next message: [Python-3000] Pleaswe help with the countdown to zero failing tests in the struni branch!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]