mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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`.
|
||||
|
||||
|
||||
.. attribute:: Dialect.strict
|
||||
|
||||
When ``True``, raise exception :exc:`Error` on bad CSV input.
|
||||
The default is ``False``.
|
||||
|
||||
Reader Objects
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue