diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2018-08-07 02:12:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 02:12:18 (GMT) |
commit | e4dcbbd7f4ac18d01c0ec85f64ae98b8281ed403 (patch) | |
tree | c1d8a7e7689aeb7add213b4f289161dbfdff2c81 /Misc | |
parent | 3c1b590472d567e22a607ba31271865cd90c8e9b (diff) | |
download | cpython-e4dcbbd7f4ac18d01c0ec85f64ae98b8281ed403.zip cpython-e4dcbbd7f4ac18d01c0ec85f64ae98b8281ed403.tar.gz cpython-e4dcbbd7f4ac18d01c0ec85f64ae98b8281ed403.tar.bz2 |
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-08-02-21-28-38.bpo-18540.AryoYY.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-08-02-21-28-38.bpo-18540.AryoYY.rst b/Misc/NEWS.d/next/Library/2018-08-02-21-28-38.bpo-18540.AryoYY.rst new file mode 100644 index 0000000..3ffd9f6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-08-02-21-28-38.bpo-18540.AryoYY.rst @@ -0,0 +1,3 @@ +The :class:`imaplib.IMAP4` and :class:`imaplib.IMAP4_SSL` classes now +resolve to the local host IP correctly when the default value of *host* +parameter (``''``) is used. |