Skip to content

Commit 6eb7a12

Browse files
smontanaroaisk
authored andcommitted
pythongh-67230: document new csv quoting modes in whatsnew (pythongh-103491)
1 parent fb5c807 commit 6eb7a12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 7 additions & 0 deletions
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)