]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153131)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2026 14:36:06 +0000 (16:36 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 14:36:06 +0000 (14:36 +0000)
commit7a11c23ebd436e666b65c0a7b0b6a4b8ffcd5dfd
tree2c0aa663b834ca1df234d9c0743dab06cede02d5
parent27075bf1d482e879e581fe23ff26641ab95627e6
[3.14] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153131)

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