Thanks to visit codestin.com Credit goes to github.com
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 330a942 commit fb38c1bCopy full SHA for fb38c1b
1 file changed
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