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 wy7305e
Recipients wy7305e
Date 2020-05-01.04:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588305916.81.0.836923186676.issue40463@roundup.psfhosted.org>
In-reply-to
Content
#python 3.6 or python 3.8

csv.reader

delimiter=','
quotechar='"'

split this sentence:

"A word of encouragement and explanation, of pity for my childish ignorance, of welcome home, of reassurance to me that it was home, might have made me dutiful to him in my heart henceforth, instead of in my hypocritical&lt;eword w=\"hypocritical\"&gt;&lt;/eword&gt; outside, and might have made me respect instead of hate him. ","Part 1/CHAPTER 4. I FALL INTO DISGRACE/","David Copperfield"

return 4 columns, but it should return 3 columns.
History
Date User Action Args
2020-05-01 04:05:16wy7305esetrecipients: + wy7305e
2020-05-01 04:05:16wy7305esetmessageid: <1588305916.81.0.836923186676.issue40463@roundup.psfhosted.org>
2020-05-01 04:05:16wy7305elinkissue40463 messages
2020-05-01 04:05:16wy7305ecreate