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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19763>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to