]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix renamed "total" variable (#92287)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 4 May 2022 04:22:04 +0000 (23:22 -0500)
committerGitHub <noreply@github.com>
Wed, 4 May 2022 04:22:04 +0000 (23:22 -0500)
commitd20bb33f782f5677256d7e1f2462b78113692969
treed8590cc4889b6bc3245f81c48aa308e64f33fb36
parent7d7a378c1a351a2074e9e46838718a2dcbef2948
Fix renamed "total" variable (#92287)

* Fix renamed "total" variable
* Keep nan/inf handling consistent between versions
Lib/statistics.py