Skip to content
Open
Changes from all commits
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
4 changes: 4 additions & 0 deletions Doc/library/csv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,10 @@ Dialects support the following attributes:
On reading, the *escapechar* removes any special meaning from
the following character. It defaults to :const:`None`, which disables escaping.

.. versionchanged:: 3.10
Previously the *escapechar* itself was not escaped,
which lost it on reading.

.. versionchanged:: 3.11
An empty *escapechar* is not allowed.

Expand Down
Loading