[issue19763] Make it easier to backport statistics to 2.7

Antoine Pitrou report at bugs.python.org
Mon Nov 25 14:35:13 CET 2013


Antoine Pitrou added the comment:

FWIW, I sympathize with Christian's goal here, since I'm gonna have to backport pathlib too :-)

However, I think the following changes do make the docstrings less readable:

-    >>> mean([1, 2, 3, 4, 4])
-    2.8
+    >>> mean([1, 2, 3, 4, 4]) == 2.8
+    True

----------

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


More information about the Python-bugs-list mailing list