[Python-checkins] cpython (2.7): #16053: document csv.Dialect.strict. Patch by Kushal Das.
ezio.melotti
python-checkins at python.org
Sun Nov 18 11:56:45 CET 2012
http://hg.python.org/cpython/rev/9b6797631490
changeset: 80495:9b6797631490
branch: 2.7
parent: 80491:6240e78690bd
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Sun Nov 18 12:55:35 2012 +0200
summary:
#16053: document csv.Dialect.strict. Patch by Kushal Das.
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
@@ -355,6 +355,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
More information about the Python-checkins
mailing list