I've uploaded a patch to SF[0] that fixes the csv struni test failures. The patch also implements unicode support in the _csv C module. Some questions:
1. The CSV PEP (305) lists Unicode support as a TODO. Is there a particular person I should talk to have this change reviewed? 2. PEP 7 (C style guide) says to use single tab indentation, except for py3k which uses 4 spaces per indent. _csv.c has a mix of both spaces and tabs. Should I reindent the whole thing or just leave it as-is? [0] http://www.python.org/sf/1767398 -- Adam Hupp | http://hupp.org/adam/ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
