doc/3.20.rst
changeset 10091 09878c2f8621
parent 10081 f1baed9ccf0d
child 10107 1ef92a6193a8
equal deleted inserted replaced
10090:0aebb1c0f849 10091:09878c2f8621
    13 
    13 
    14   Both of these features are described in `CWEP-002`_, and the updated
    14   Both of these features are described in `CWEP-002`_, and the updated
    15   "Data model" chapter of the CubicWeb book.
    15   "Data model" chapter of the CubicWeb book.
    16 
    16 
    17 .. _CWEP-002: http://hg.logilab.org/review/cwep/file/tip/CWEP-002.rst
    17 .. _CWEP-002: http://hg.logilab.org/review/cwep/file/tip/CWEP-002.rst
       
    18 
       
    19 
       
    20 API Changes
       
    21 -----------
       
    22 
       
    23 * ``ucsvreader()`` and ``ucsvreader_pb()`` from the ``dataimport`` module have
       
    24   2 new keyword arguments ``delimiter`` and ``quotechar`` to replace the
       
    25   ``separator`` and ``quote`` arguments respectively. This makes the API match
       
    26   that of Python's ``csv.reader()``.  The old arguments are still supported
       
    27   though deprecated.
       
    28 
    18 
    29 
    19 Deprecated Code Drops
    30 Deprecated Code Drops
    20 ----------------------
    31 ----------------------
    21 
    32 
    22 * most of 3.10 and 3.11 backward compat is gone; this includes:
    33 * most of 3.10 and 3.11 backward compat is gone; this includes: