STINNER Victor <vstin...@redhat.com> added the comment:
> vstinner: The problem isn't the averaging, it's the type inconsistency. >>> type(statistics.median([1])) <class 'int'> >>> type(statistics.median([1,2])) <class 'float'> Which consistency? :-) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35698> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com