Skip to content

Commit f47da0f

Browse files
[3.15] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067) (#155685)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 6e4aa89 commit f47da0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/csv.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ Dialects support the following attributes:
475475
On reading, the *escapechar* removes any special meaning from
476476
the following character. It defaults to :const:`None`, which disables escaping.
477477

478+
.. versionchanged:: 3.10
479+
Previously the *escapechar* itself was not escaped,
480+
which lost it on reading.
481+
478482
.. versionchanged:: 3.11
479483
An empty *escapechar* is not allowed.
480484

0 commit comments

Comments
 (0)