mirror of https://github.com/python/cpython
gh-67230: update whatsnew note for csv changes (#103598)
This commit is contained in:
parent
b57f55c23e
commit
e35e0f15eb
|
@ -258,7 +258,7 @@ csv
|
|||
|
||||
* Add :data:`~csv.QUOTE_NOTNULL` and :data:`~csv.QUOTE_STRINGS` flags to
|
||||
provide finer grained control of ``None`` and empty strings by
|
||||
:class:`~csv.reader` and :class:`~csv.writer` objects.
|
||||
:class:`~csv.writer` objects.
|
||||
|
||||
inspect
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue