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 rhettinger
Recipients Yhojann Aguilera, ezio.melotti, rhettinger, vstinner
Date 2019-08-29.22:26:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567117617.89.0.998354334737.issue37984@roundup.psfhosted.org>
In-reply-to
Content
Try passing an "encoding" argument to open():

with open('./exported.csv', newline='', encoding='latin-1') as csvFileHandler:
   ...
History
Date User Action Args
2019-08-29 22:26:57rhettingersetrecipients: + rhettinger, vstinner, ezio.melotti, Yhojann Aguilera
2019-08-29 22:26:57rhettingersetmessageid: <1567117617.89.0.998354334737.issue37984@roundup.psfhosted.org>
2019-08-29 22:26:57rhettingerlinkissue37984 messages
2019-08-29 22:26:57rhettingercreate