]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Aug 2022 14:09:54 +0000 (07:09 -0700)
committerGitHub <noreply@github.com>
Sat, 27 Aug 2022 14:09:54 +0000 (15:09 +0100)
commit103f26f28238b80693a391746bd4509a7a0a227f
tree7a9a7e5bb0fe034eda26c556d1b494ab48a93265
parent698df306a955fe33670d770107580418e41dd771
[3.11] gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340) (GH-96341)
Lib/logging/__init__.py
Lib/test/test_logging.py