mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
gh-67230: document new csv quoting modes in whatsnew (gh-103491)
This commit is contained in:
parent
330a942b63
commit
fb38c1b52e
1 changed files with 7 additions and 0 deletions
|
@ -253,6 +253,13 @@ asyncio
|
||||||
* :func:`asyncio.wait` now accepts generators yielding tasks.
|
* :func:`asyncio.wait` now accepts generators yielding tasks.
|
||||||
(Contributed by Kumar Aditya in :gh:`78530`.)
|
(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
|
inspect
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue