SylvainDe added the comment:

Regarding the `sorted.__doc__` issue, it seems like the signature does not 
appear in the `__doc__` member but it does appear when using `help(sorted)` 
which is probably what really matters.

In any case, I find PEP 257 about this part a bit ambiguous : "The one-line 
docstring should NOT be a "signature"". Even though is should not be JUST a 
signature, should it CONTAIN the signature ?

----------
nosy: +SylvainDe

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30959>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to