]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-21302: Update time.sleep() doc for clock_nanosleep() (GH-28311)
authorVictor Stinner <vstinner@python.org>
Mon, 13 Sep 2021 15:40:25 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 15:40:25 +0000 (17:40 +0200)
commit85dc53a463967659075744ad911d08a32aa70dd5
treef9aa5467fc2644e7306aa8bb4a69a887ba3bdddd
parent85a4748118c3793be7047ecbcbfc79dd07cb2a75
bpo-21302: Update time.sleep() doc for clock_nanosleep() (GH-28311)

Clean-up also What's New in Python 3.11 doc: move entries to the
correct sections.
Doc/library/time.rst
Doc/whatsnew/3.11.rst