]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-68147: Fix RFC references in imaplib (GH-153126)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Jul 2026 14:08:58 +0000 (17:08 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 14:08:58 +0000 (14:08 +0000)
commit74a2438bf783077cf49460ed0fed8853675fb103
tree49c5fe66c19648d186ba5bb480f2786938feac38
parentd2d415b9761a539c37ea4f950df4e9aab0eca6ed
gh-68147: Fix RFC references in imaplib (GH-153126)

Refer to RFC 3501, which obsoleted RFC 2060.  "]" is disallowed
in flags, not in tags.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Doc/library/imaplib.rst
Lib/imaplib.py
Lib/test/test_imaplib.py