summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-11-17-17-32-35.bpo-38615.OVyaNX.rst
blob: 04f51da0db7238c8847f9704904bb9d0f1ec73cc (plain)
1
2
3
4
5
:class:`~imaplib.IMAP4` and :class:`~imaplib.IMAP4_SSL` now have an 
optional *timeout* parameter for their constructors. 
Also, the :meth:`~imaplib.IMAP4.open` method now has an optional *timeout* parameter
with this change. The overridden methods of :class:`~imaplib.IMAP4_SSL` and
:class:`~imaplib.IMAP4_stream` were applied to this change. Patch by Dong-hee Na.