summaryrefslogtreecommitdiffstats
path: root/Doc/library/imaplib.rst
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-10-07 12:01:38 (GMT)
committerThomas Wouters <thomas@python.org>2025-10-07 12:01:51 (GMT)
commita15ae614deb58f78f9f4aa11ed18a0afc6a9df7d (patch)
treed64af15879120d3af94cfdef61d24639204dcda3 /Doc/library/imaplib.rst
parentcb4b09a2e1cba32ddc016feb251d10c4519e2e5f (diff)
downloadcpython-3.13.8.zip
cpython-3.13.8.tar.gz
cpython-3.13.8.tar.bz2
Python 3.13.8v3.13.8
Diffstat (limited to 'Doc/library/imaplib.rst')
-rw-r--r--Doc/library/imaplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst
index dc4cac2..8e77f7d 100644
--- a/Doc/library/imaplib.rst
+++ b/Doc/library/imaplib.rst
@@ -325,7 +325,7 @@ An :class:`IMAP4` instance has the following methods:
the password. Will only work if the server ``CAPABILITY`` response includes the
phrase ``AUTH=CRAM-MD5``.
- .. versionchanged:: next
+ .. versionchanged:: 3.13.8
An :exc:`IMAP4.error` is raised if MD5 support is not available.