Skip to content

Commit 8549c4a

Browse files
committed
Adds note about csv quoting of booleans
1 parent a36ce26 commit 8549c4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/csv.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ The :mod:`csv` module defines the following constants:
333333

334334
Instructs :class:`reader` objects to convert all non-quoted fields to type *float*.
335335

336+
```True``` and ```False``` are numeric types in Python so using this option will
337+
not quote them.
338+
336339

337340
.. data:: QUOTE_NONE
338341

0 commit comments

Comments
 (0)