[Python-checkins] cpython (merge 3.2 -> 3.3): #16053: merge with 3.2.

ezio.melotti python-checkins at python.org
Sun Nov 18 11:56:47 CET 2012


http://hg.python.org/cpython/rev/1956bc3edbb7
changeset:   80497:1956bc3edbb7
branch:      3.3
parent:      80493:e6d0f6485767
parent:      80496:faf6941ed5fd
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Nov 18 12:56:17 2012 +0200
summary:
  #16053: merge with 3.2.

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