mirror of https://github.com/python/cpython
#16053: document csv.Dialect.strict. Patch by Kushal Das.
This commit is contained in:
parent
3c9181b927
commit
355637be32
|
@ -355,6 +355,11 @@ Dialects support the following attributes:
|
||||||
The default is :const:`False`.
|
The default is :const:`False`.
|
||||||
|
|
||||||
|
|
||||||
|
.. attribute:: Dialect.strict
|
||||||
|
|
||||||
|
When ``True``, raise exception :exc:`Error` on bad CSV input.
|
||||||
|
The default is ``False``.
|
||||||
|
|
||||||
Reader Objects
|
Reader Objects
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue