New submission from Dong-hee Na <donghee.n...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39259>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to