]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-79964: Clarify the imaplib fetch example in the docs (GH-152780)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Jul 2026 07:18:51 +0000 (10:18 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 07:18:51 +0000 (10:18 +0300)
commit50ae0be74988564fb09746a49eb4b8f8e740f3c3
tree9ed0e86b6ba42ad0e37beb0bd5877233ff678fd5
parent262b6a0df5a325e788928ab0cd514fa4786571b4
gh-79964: Clarify the imaplib fetch example in the docs (GH-152780)

A FETCH response may contain additional or unsolicited data, so the
message is not always data[0][1].

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Doc/library/imaplib.rst