We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5c807 commit 6eb7a12Copy full SHA for 6eb7a12
Doc/whatsnew/3.12.rst
@@ -253,6 +253,13 @@ asyncio
253
* :func:`asyncio.wait` now accepts generators yielding tasks.
254
(Contributed by Kumar Aditya in :gh:`78530`.)
255
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
263
inspect
264
-------
265
0 commit comments