Skip to content

Commit 9e2d009

Browse files
[3.13] gh-89024: Document the 3.10 change in escaping the csv escapechar (GH-155067) (GH-155687)
Add a versionchanged note for the escapechar itself being escaped. (cherry picked from commit a697faf) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent dab40a0 commit 9e2d009

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
@@ -477,6 +477,10 @@ Dialects support the following attributes:
477477
On reading, the *escapechar* removes any special meaning from
478478
the following character. It defaults to :const:`None`, which disables escaping.
479479

480+
.. versionchanged:: 3.10
481+
Previously the *escapechar* itself was not escaped,
482+
which lost it on reading.
483+
480484
.. versionchanged:: 3.11
481485
An empty *escapechar* is not allowed.
482486

0 commit comments

Comments
 (0)