]> granicus.if.org Git - python/commit
Close #20481: Disallow mixed type input in statistics
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 8 Feb 2014 09:58:04 +0000 (19:58 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 8 Feb 2014 09:58:04 +0000 (19:58 +1000)
commit73afe2a972e30a3e0f87401be2fa38c67e2cb964
treebf900c405b1584f00248558dad103050d5a31aaa
parent57e41277813163a90129a8c4d5f62f0ca68793b6
Close #20481: Disallow mixed type input in statistics

The most appropriate coercion rules are not yet clear, so simply
disallowing mixed type input for 3.4.

(Committed on Steven's behalf)
Doc/library/statistics.rst
Lib/statistics.py
Lib/test/test_statistics.py
Misc/NEWS