]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36018: Make __pos__ return a distinct instance of NormDist (GH-12009)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 24 Feb 2019 06:19:01 +0000 (22:19 -0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Feb 2019 06:19:01 +0000 (22:19 -0800)
commit79fbcc597dfd039d3261fffcb519b5ec5a18df9d
tree9d56ae7f0a317d315533aac7ae2efd425a9efb05
parente895de3e7f3cc2f7213b87621cfe9812ea4343f0
bpo-36018: Make __pos__ return a distinct instance of NormDist (GH-12009)

https://bugs.python.org/issue36018
Lib/statistics.py
Lib/test/test_statistics.py