[issue10602] Wrong assert* method in test_csv.test_register_kwargs masks error

Éric Araujo report at bugs.python.org
Thu Dec 2 16:03:02 CET 2010


Éric Araujo <merwok at netwok.org> added the comment:

I don’t think we should change behavior.  Strings are iterable; csv.reader takes an iterable; this is sensible and documented.  See http://docs.python.org/dev/library/csv#csv.reader and the last example of http://docs.python.org/dev/library/csv#examples

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10602>
_______________________________________


More information about the Python-bugs-list mailing list