]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153132)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2026 14:32:50 +0000 (16:32 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 14:32:50 +0000 (14:32 +0000)
commit4f479ac1f4d51cf86a67ea8fbf371b73c980d03c
tree4f241bf23bc59bbb4b73479375e649f6494b3ea4
parent5fd2493639f56a97a198ed1b3bdc3e639ea09105
[3.13] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153132)

Refer to RFC 3501, which obsoleted RFC 2060.  "]" is disallowed
in flags, not in tags.
(cherry picked from commit 74a2438bf783077cf49460ed0fed8853675fb103)

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