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 serhiy.storchaka
Recipients remi.lapeyre, serhiy.storchaka, sidhant, skip.montanaro
Date 2020-05-26.08:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590483323.73.0.634768850463.issue40762@roundup.psfhosted.org>
In-reply-to
Content
It would be confusing. There would be the encoding argument for open() to encode strings to bytes and the encoding argument for csv.writer() to decode bytes to strings. The latter will be ignored in all normal cases (for strings and numbers).
History
Date User Action Args
2020-05-26 08:55:23serhiy.storchakasetrecipients: + serhiy.storchaka, skip.montanaro, remi.lapeyre, sidhant
2020-05-26 08:55:23serhiy.storchakasetmessageid: <1590483323.73.0.634768850463.issue40762@roundup.psfhosted.org>
2020-05-26 08:55:23serhiy.storchakalinkissue40762 messages
2020-05-26 08:55:23serhiy.storchakacreate