Skip to content

Commit

Permalink
pythongh-67230: document new csv quoting modes in whatsnew (pythongh-…
Browse files Browse the repository at this point in the history
  • Loading branch information
smontanaro authored Apr 13, 2023
1 parent 330a942 commit fb38c1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@ asyncio
* :func:`asyncio.wait` now accepts generators yielding tasks.
(Contributed by Kumar Aditya in :gh:`78530`.)

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.

inspect
-------

Expand Down

0 comments on commit fb38c1b

Please sign in to comment.