[Python-Dev] PEP 450 adding statistics module (original) (raw)
Steven D'Aprano steve at pearwood.info
Sat Aug 31 04:58:39 CEST 2013
- Previous message: [Python-Dev] PEP 450 adding statistics module
- Next message: [Python-Dev] Issue 13248: 3.4 Removals?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
I think that PEP 450 is now ready for a PEP dictator. There have been a number of code reviews, and feedback has been taken into account. The test suite passes. I'm not aware of any unanswered issues with the code. At least two people other than myself think that the implementation is ready for a dictator, and nobody has objected.
There is still on-going work on speeding up the implementation for the statistics.sum function, but that will not effect the interface or the substantially change the test suite.
http://bugs.python.org/issue18606 http://www.python.org/dev/peps/pep-0450/
-- Steven
- Previous message: [Python-Dev] PEP 450 adding statistics module
- Next message: [Python-Dev] Issue 13248: 3.4 Removals?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]