[issue35816] csv.DictReader, skipinitialspace does not ignore tabs

Karthikeyan Singaravelan report at bugs.python.org
Thu Jan 24 05:59:29 EST 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

https://bugs.python.org/issue21297#msg216907 to be related and has a patch. It refers to whitespace as only space ('U+0020') with tabs being ignored.

Current code where only space is taken into account : https://github.com/python/cpython/blob/fd628cf5adaeee73eab579393cdff71c8f70cdf2/Modules/_csv.c#L621

----------
nosy: +xtreak

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35816>
_______________________________________


More information about the Python-bugs-list mailing list