]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 13 Jan 2020 19:34:34 +0000 (04:34 +0900)
committerVictor Stinner <vstinner@python.org>
Mon, 13 Jan 2020 19:34:34 +0000 (20:34 +0100)
commita190e2ade1a704a6b5a94464a0a19b140c7dd031
treea63621bfb1b6dbcfd584600ecc4e0bceddabe08f
parent31d6de5aba009914efa8f0f3c3d7da35217578eb
bpo-39259: ftplib.FTP/FTP_TLS now reject timeout = 0 (GH-17959)
Doc/library/ftplib.rst
Doc/whatsnew/3.9.rst
Lib/ftplib.py
Lib/test/test_ftplib.py
Misc/NEWS.d/next/Library/2020-01-12-17-19-40.bpo-39259.iax06r.rst [new file with mode: 0644]