summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-01-11-00-32-45.bpo-39259._S5VjC.rst
blob: a454572c80db45ce0d8798945665a54c9eaeeaa3 (plain)
1
2
3
:class:`~nntplib.NNTP` and :class:`~nntplib.NNTP_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.