Skip to content

bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)#162

Merged
sthagen merged 1 commit intosthagen:masterfrom
python:master
Jan 11, 2020
Merged

bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)#162
sthagen merged 1 commit intosthagen:masterfrom
python:master

Conversation

@sthagen
Copy link
Copy Markdown
Owner

@sthagen sthagen commented Jan 11, 2020

nntplib.NNTP and nntplib.NNTP_SSL now raise a ValueError
if the given timeout for their constructor is zero to
prevent the creation of a non-blocking socket.

nntplib.NNTP and nntplib.NNTP_SSL now raise a ValueError
if the given timeout for their constructor is zero to
prevent the creation of a non-blocking socket.
@sthagen sthagen merged commit 77c6dd8 into sthagen:master Jan 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants