#16053: document csv.Dialect.strict. Patch by Kushal Das.

This commit is contained in:
Ezio Melotti 2012-11-18 12:55:35 +02:00
parent 3c9181b927
commit 355637be32
1 changed files with 5 additions and 0 deletions

View File

@ -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
--------------