]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Oct 2021 10:01:12 +0000 (03:01 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 10:01:12 +0000 (12:01 +0200)
commit5aca34f17c4baf8e4882a7e8a827cff06ac6ef25
tree9950b7de50efa42b3cb53aacb1a96ff75bae0113
parent3a58d6062060f9fcc1f4f9c43358769305bafef8
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28867)

…iles.

Also changed some historical return values from 1 -> True and 0 -> False.
(cherry picked from commit 62a667784ba7b84611ebd50fa8a1a464cde32235)

Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
Lib/logging/handlers.py
Lib/test/test_logging.py