]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 10 Oct 2021 15:15:24 +0000 (16:15 +0100)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 15:15:24 +0000 (08:15 -0700)
commit62a667784ba7b84611ebd50fa8a1a464cde32235
tree074d17d091bfe60d4db2144880456cea1ccc2f0c
parent0bcc5ade9bff086a0b24d71307fae0a891f4efd2
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822)

…iles.

Also changed some historical return values from 1 -> True and 0 -> False.
Lib/logging/handlers.py
Lib/test/test_logging.py