#16053: merge with 3.2.

This commit is contained in:
Ezio Melotti 2012-11-18 12:56:17 +02:00
commit 186ab5f404
1 changed files with 5 additions and 0 deletions

View File

@ -341,6 +341,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
--------------