diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 64065a75917af8..e782e61cb6eb03 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -466,6 +466,10 @@ Dialects support the following attributes: On reading, the *escapechar* removes any special meaning from the following character. It defaults to :const:`None`, which disables escaping. + .. versionchanged:: 3.10 + Previously the *escapechar* itself was not escaped, + which lost it on reading. + .. versionchanged:: 3.11 An empty *escapechar* is not allowed.