There was an error while loading. Please reload this page.
1 parent 7d76013 commit 0deaf23Copy full SHA for 0deaf23
1 file changed
Doc/library/csv.rst
@@ -481,6 +481,10 @@ Dialects support the following attributes:
481
On reading, the *escapechar* removes any special meaning from
482
the following character. It defaults to :const:`None`, which disables escaping.
483
484
+ .. versionchanged:: 3.10
485
+ Previously the *escapechar* itself was not escaped,
486
+ which lost it on reading.
487
+
488
.. versionchanged:: 3.11
489
An empty *escapechar* is not allowed.
490
0 commit comments