[New-bugs-announce] [issue39259] poplib.POP3/POP3_SSL should reject timeout = 0

Dong-hee Na report at bugs.python.org
Wed Jan 8 09:55:46 EST 2020


New submission from Dong-hee Na <donghee.na92 at gmail.com>:

Since poplib.POP3/POP3_SSL's implementation depends on socket.makefile, the client should reject if the timeout is zero.
Because socket.makefile said that 'The socket must be in blocking mode' and if we set timeout to zero, the client does not operate as normal.

----------
components: Library (Lib)
messages: 359596
nosy: corona10, vstinner
priority: normal
severity: normal
status: open
title: poplib.POP3/POP3_SSL should reject timeout = 0
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39259>
_______________________________________


More information about the New-bugs-announce mailing list