SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-39259: poplib now rejects timeout = 0 (GH-17912)

poplib.POP3 and poplib.POP3_SSL now raise a ValueError
if the given timeout for their constructor is zero to
prevent the creation of a non-blocking socket.
D
Dong-hee Na committed
c39b52f1527868c7ada9385669c38edf98858921
Parent: 4c53e63
Committed by Victor Stinner <vstinner@python.org> on 1/10/2020, 2:34:05 PM