diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index ee1ea87d68655f..1d76b2d3533da9 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.