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 msetina
Recipients berker.peksag, erdnaxeli, krypten, msetina, r.david.murray, rhettinger, samwyse, serhiy.storchaka, skip.montanaro, tegdev, yoonghm
Date 2021-11-09.12:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636461191.09.0.952041798324.issue23041@roundup.psfhosted.org>
In-reply-to
Content
I would say that it should follow a rule:
both cases values of None are output as an empty field

so empty filed should map to None with both 
QUOTE_NOTNULL and 
QUOTE_STRINGS

that would make:
["", None, 1, "a"]

for QUOTE_STRINGS in effect.
This would also make it possible to have circular usage. Export with one   quoting rule should be able to read with the same rule and produce same data.
History
Date User Action Args
2021-11-09 12:33:11msetinasetrecipients: + msetina, skip.montanaro, rhettinger, samwyse, r.david.murray, berker.peksag, serhiy.storchaka, krypten, yoonghm, tegdev, erdnaxeli
2021-11-09 12:33:11msetinasetmessageid: <1636461191.09.0.952041798324.issue23041@roundup.psfhosted.org>
2021-11-09 12:33:11msetinalinkissue23041 messages
2021-11-09 12:33:11msetinacreate