There was an error while loading. Please reload this page.
1 parent 3cc891f commit a697fafCopy full SHA for a697faf
1 file changed
Doc/library/csv.rst
@@ -492,6 +492,10 @@ Dialects support the following attributes:
492
On reading, the *escapechar* removes any special meaning from
493
the following character. It defaults to :const:`None`, which disables escaping.
494
495
+ .. versionchanged:: 3.10
496
+ Previously the *escapechar* itself was not escaped,
497
+ which lost it on reading.
498
+
499
.. versionchanged:: 3.11
500
An empty *escapechar* is not allowed.
501
0 commit comments