Skip to content

Commit fb38c1b

Browse files
authored
gh-67230: document new csv quoting modes in whatsnew (gh-103491)
1 parent 330a942 commit fb38c1b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: Doc/whatsnew/3.12.rst

+7
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,13 @@ asyncio
253253
* :func:`asyncio.wait` now accepts generators yielding tasks.
254254
(Contributed by Kumar Aditya in :gh:`78530`.)
255255

256+
csv
257+
---
258+
259+
* Add :data:`~csv.QUOTE_NOTNULL` and :data:`~csv.QUOTE_STRINGS` flags to
260+
provide finer grained control of ``None`` and empty strings by
261+
:class:`~csv.reader` and :class:`~csv.writer` objects.
262+
256263
inspect
257264
-------
258265

0 commit comments

Comments
 (0)