[issue18829] csv produces confusing error message when passed a non-string delimiter

Serhiy Storchaka report at bugs.python.org
Thu Dec 19 15:35:44 CET 2013


Serhiy Storchaka added the comment:

Thank you Vajrasky for your patch. I have simplified and fixed (escapechar can be empty) it. Reverted ValueError back to TypeError because ord() raises TypeError for non-1-character strings.

----------

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


More information about the Python-bugs-list mailing list