]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93991: Use boolean instead of 0/1 for condition check (GH-93992)
authorLei Zhang <leizhanghello@gmail.com>
Sun, 19 Jun 2022 14:12:59 +0000 (07:12 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 14:12:59 +0000 (07:12 -0700)
commit476d30250811e185615dfb971c6a810cac2093bd
treecad0062e748f0ce0880ca99181b6b98bdaf46983
parent27b989403356ccdd47545a93aeab8434e9c69f21
gh-93991: Use boolean instead of 0/1 for condition check (GH-93992)

# gh-93991: Use boolean instead of 0/1 for condition check
Lib/filecmp.py