commit | f3cb15c88afa2e87067de3c6106664b3f7cd4035 | [log] [tgz] |
---|---|---|
author | Rotzbua <Rotzbua@users.noreply.github.com> | Mon Feb 27 03:10:34 2023 +0100 |
committer | GitHub <noreply@github.com> | Sun Feb 26 18:10:34 2023 -0800 |
tree | b92288b92447fbf4d78e6fb702b36d7bb7bde6d0 | |
parent | 8d0f09b1beafd95763a5da53acc58dac0bd63a53 [diff] |
gh-91038: Change default argument value to `False` instead of `0` (#31621) The argument is used as a switch and corresponds to a boolean logic. Therefore it is more intuitive to use the corresponding constant `False` as default value instead of the integer `0`. Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>