Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-67230: document new csv quoting modes in whatsnew (gh-103491) #103491

Merged
merged 3 commits into from
Apr 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update 3.12.rst
Add blurb about changes to :mod:`csv`.
  • Loading branch information
smontanaro committed Apr 12, 2023
commit 115ad5e95745c0eb9431e2a935d3df4a685ec092
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
---

* Added :data:`QUOTE_NOTNULL` and :data:`QUOTE_STRINGS` flags to
merwok marked this conversation as resolved.
Show resolved Hide resolved
provide finer control treatment of ``None`` and empty strings by
smontanaro marked this conversation as resolved.
Show resolved Hide resolved
:class:`reader` and :class:`writer` objects.
merwok marked this conversation as resolved.
Show resolved Hide resolved

inspect
-------

Expand Down