This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients christian.heimes, georg.brandl, larry, lemburg, pitrou, r.david.murray, steven.daprano, vstinner
Date 2013-11-25.13:35:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385386513.28.0.171377745879.issue19763@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-11-25 13:35:13pitrousetrecipients: + pitrou, lemburg, georg.brandl, vstinner, larry, christian.heimes, steven.daprano, r.david.murray
2013-11-25 13:35:13pitrousetmessageid: <1385386513.28.0.171377745879.issue19763@psf.upfronthosting.co.za>
2013-11-25 13:35:13pitroulinkissue19763 messages
2013-11-25 13:35:13pitroucreate