mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
#16053: document csv.Dialect.strict. Patch by Kushal Das.
This commit is contained in:
parent
3c9181b927
commit
355637be32
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue