]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Aug 2018 02:37:38 +0000 (19:37 -0700)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 7 Aug 2018 02:37:38 +0000 (05:37 +0300)
commit5799e5a84c78eac672e5f5f4f3fd2d903ba51a9d
tree05be74655d6f73442b6fdb70e2dc9998858538a5
parentb481aeeff7ce7cb1a469d17214ca0d42610fea24
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)

(cherry picked from commit e4dcbbd7f4ac18d01c0ec85f64ae98b8281ed403)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS.d/next/Library/2018-08-02-21-28-38.bpo-18540.AryoYY.rst [new file with mode: 0644]