This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, vstinner
Date 2020-01-08.14:55:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578495346.65.0.262866907098.issue39259@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-08 14:55:46corona10setrecipients: + corona10, vstinner
2020-01-08 14:55:46corona10setmessageid: <1578495346.65.0.262866907098.issue39259@roundup.psfhosted.org>
2020-01-08 14:55:46corona10linkissue39259 messages
2020-01-08 14:55:46corona10create