]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45212: Add a comment for time.sleep() in tests (GH-28414)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 17 Sep 2021 13:20:15 +0000 (16:20 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 13:20:15 +0000 (16:20 +0300)
commit54a1760cde7bb01e5574734c389c0746762218fd
treedfa831911af2d765274869e4cb5c5e1d53583590
parent6b413551284a94cfe31377c9c607ff890aa06c26
bpo-45212: Add a comment for time.sleep() in tests (GH-28414)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_socket.py