aboutsummaryrefslogtreecommitdiff
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.