]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153130)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2026 14:41:39 +0000 (16:41 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 14:41:39 +0000 (14:41 +0000)
commit1289306bcd5c8563d7cf7d357ca1c81eba356fa0
treed777b5fab5db5cee0d31b8d71c2a63fa90463922
parent65b69363e72196f98545d5868849f6fad751b2c4
[3.15] gh-68147: Fix RFC references in imaplib (GH-153126) (GH-153130)

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