[issue18606] Add statistics module to standard library

Mark Dickinson report at bugs.python.org
Mon Aug 12 12:55:03 CEST 2013


Mark Dickinson added the comment:

(We don't seem to care too much about the distinction in general, though:  there are a good few places in the std. lib. where obj.__index__() is used instead of the more correct type(obj).__index__(obj).)

----------

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


More information about the Python-bugs-list mailing list