http://hg.python.org/cpython/rev/cb7953ba03af changeset: 80498:cb7953ba03af parent: 80494:a0421b30a841 parent: 80497:1956bc3edbb7 user: Ezio Melotti <ezio.melotti at gmail.com> date: Sun Nov 18 12:56:31 2012 +0200 summary: #16053: merge with 3.3. files: Doc/library/csv.rst | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -341,6 +341,11 @@ The default is :const:`False`. +.. attribute:: Dialect.strict + + When ``True``, raise exception :exc:`Error` on bad CSV input. + The default is ``False``. + Reader Objects -------------- -- Repository URL: http://hg.python.org/cpython