diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 81949261c563d0..af22ecaac93d8c 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -481,6 +481,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.