[3.7] bpo-33336, imaplib: Legalize MOVE command (GH-6569) by miss-islington · Pull Request #8409 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Contributor
imaplib now allows MOVE command in IMAP4.uid() (RFC 6851:
IMAP MOVE Extension) and potentially as a name of supported
method of IMAP4 object.
(cherry picked from commit caa331d)
Co-authored-by: Matěj Cepl mcepl@cepl.eu
imaplib now allows MOVE command in IMAP4.uid() (RFC 6851: IMAP MOVE Extension) and potentially as a name of supported method of IMAP4 object. (cherry picked from commit caa331d) Co-authored-by: Matěj Cepl <mcepl@cepl.eu>
miss-islington
requested a review
from a team
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
vstinner
approved these changes
vstinner
left a comment
vstinner
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
commented
Jul 23, 2018
miss-islington commented
Contributor Author
mcepl
commented
Jul 23, 2018
mcepl commented
Contributor
@vstinner I cannot see why this change would do anything about that failed test (and only on Mac). Does it matter?
vstinner
merged commit
96bba04
into
python:3.7
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-caa331d-3.7
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment