[Python-checkins] cpython (3.2): #16053: document csv.Dialect.strict. Patch by Kushal Das.
ezio.melotti
python-checkins at python.org
Sun Nov 18 11:56:46 CET 2012
http://hg.python.org/cpython/rev/faf6941ed5fd
changeset: 80496:faf6941ed5fd
branch: 3.2
parent: 80492:7383f733ba25
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
@@ -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
More information about the Python-checkins
mailing list