[issue40825] Add a "strict" parameter to csv.writer and csv.DictWriter

Eric V. Smith report at bugs.python.org
Sat May 30 16:10:05 EDT 2020


Eric V. Smith <eric at trueblade.com> added the comment:

I guess an isinstance check against numbers.Number would be the best way to check if an argument is a number. I'm not sure how convenient that is from C code.

----------

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


More information about the Python-bugs-list mailing list