https://github.com/python/cpython/commit/f47da0fdd486bf5034dd8b40546acac56bb0625f
commit: f47da0fdd486bf5034dd8b40546acac56bb0625f
branch: 3.15
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-27T15:50:21+03:00
summary:

[3.15] gh-89024: Document the 3.10 change in escaping the csv escapechar 
(GH-155067) (#155685)

Co-authored-by: Serhiy Storchaka <[email protected]>

files:
M Doc/library/csv.rst

diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
index e556472597d6d0..d05cec519d4de3 100644
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -475,6 +475,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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to