There was an error while loading. Please reload this page.
1 parent 6e4aa89 commit f47da0fCopy full SHA for f47da0f
1 file changed
Doc/library/csv.rst
@@ -475,6 +475,10 @@ Dialects support the following attributes:
475
On reading, the *escapechar* removes any special meaning from
476
the following character. It defaults to :const:`None`, which disables escaping.
477
478
+ .. versionchanged:: 3.10
479
+ Previously the *escapechar* itself was not escaped,
480
+ which lost it on reading.
481
+
482
.. versionchanged:: 3.11
483
An empty *escapechar* is not allowed.
484
0 commit comments