]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 27 Aug 2022 12:33:24 +0000 (13:33 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 12:33:24 +0000 (13:33 +0100)
commit6fbd889d6e937ad255f98b5495b78a06d05640d5
tree2143e9854a4a488f846694490fa942367684cb26
parent013e659e495796df77aae4d33b67995f9793f454
gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340)
Lib/logging/__init__.py
Lib/test/test_logging.py