[issue18606] Add statistics module to standard library

Steven D'Aprano report at bugs.python.org
Sun Aug 18 14:19:27 CEST 2013


Steven D'Aprano added the comment:

Since I can't respond to the reviews, here's a revised patch. Summary of major changes:

- median.* functions are now median_*
- mode now only returns a single value
- better integrate tests with Python regression suite
- cleanup tests as per Ezio's suggestions
- remove unnecessary metadata and change licence

----------
Added file: http://bugs.python.org/file31354/statistics.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18606>
_______________________________________


More information about the Python-bugs-list mailing list