]> 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:09 +0000 (03:01 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 10:01:09 +0000 (12:01 +0200)
commitac421c348bf422f9a0d85fe0a1de3fa3f4886650
treeff1870c682b0b4f95b871afbe2a17596fe92c082
parentd57d33c2342f8ebaf9a91fe991dbfc148340e811
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822) (#28866)

…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