]> granicus.if.org Git - python/commit
bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Sep 2019 04:06:53 +0000 (21:06 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Wed, 18 Sep 2019 04:06:53 +0000 (21:06 -0700)
commit31af1cce9d799475ba8c3dec3e239b4a75ce268f
tree85f004e087062cb79704d286f353f002d89ba8e3
parent54ba5f19d4a654768c785468d736ed0bd05947f5
bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253)

(cherry picked from commit 272d0d017aef585acf84bb0af99a90a2a8582b2c)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Lib/statistics.py