This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients andre.lehmann, xtreak
Date 2019-01-24.10:59:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548327569.88.0.592665570063.issue35816@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-01-24 10:59:31xtreaksetrecipients: + xtreak, andre.lehmann
2019-01-24 10:59:29xtreaksetmessageid: <1548327569.88.0.592665570063.issue35816@roundup.psfhosted.org>
2019-01-24 10:59:29xtreaklinkissue35816 messages
2019-01-24 10:59:29xtreakcreate