[issue40013] CSV DictReader parameter documentation

Karthikeyan Singaravelan report at bugs.python.org
Sat Mar 21 03:44:34 EDT 2020


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

This looks like a good clarification to me where None is clarified that it's the value of restval. DictWriter has a similar doc "The optional restval parameter specifies the value to be written if the dictionary is missing a key in fieldnames" at https://docs.python.org/3/library/csv.html#csv.DictWriter

----------
nosy: +xtreak

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40013>
_______________________________________


More information about the Python-bugs-list mailing list