Staging
v0.5.1
https://github.com/python/cpython
Revision 1b335ae281631a12201fdec29b3c55d97166fc06 authored by Dong-hee Na on 11 January 2020, 17:39:15 UTC, committed by Victor Stinner on 11 January 2020, 17:39:15 UTC
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.
1 parent 136735c
History
Tip revision: 1b335ae281631a12201fdec29b3c55d97166fc06 authored by Dong-hee Na on 11 January 2020, 17:39:15 UTC
bpo-39259: nntplib.NNTP/NNTP_SSL now reject timeout = 0 (GH-17936)
Tip revision: 1b335ae
File Mode Size
__init__.py -rw-r--r-- 6.2 KB
client.py -rw-r--r-- 53.2 KB
cookiejar.py -rw-r--r-- 75.0 KB
cookies.py -rw-r--r-- 19.9 KB
server.py -rw-r--r-- 46.3 KB

back to top