Home
last modified time | relevance | path

Searched refs:unix_dialect (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dcsv.py70 class unix_dialect(Dialect): class
78 register_dialect("unix", unix_dialect)
/external/python/cpython3/Doc/library/
Dcsv.rst241 .. class:: unix_dialect()
243 The :class:`unix_dialect` class defines the usual properties of a CSV file
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1208 The :mod:`csv` module now supports a new dialect, :class:`~csv.unix_dialect`,
/external/python/cpython3/Misc/
DHISTORY11705 - Issue #5975: Add csv.unix_dialect class.