summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-01-09-10-58-58.bpo-39259.RmDgCC.rst
blob: c7ef8be7e3adbb074112a8fc15e099962dbaf0c9 (plain)
1
2
3
:class:`~poplib.POP3` and :class:`~poplib.POP3_SSL` now raise a
:class:`ValueError` if the given timeout for their constructor is zero to
prevent the creation of a non-blocking socket. Patch by Dong-hee Na.