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 SylvainDe
Recipients SylvainDe, ncoghlan, rhettinger, serhiy.storchaka
Date 2017-07-21.08:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500627263.47.0.485019466859.issue30959@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2017-07-21 08:54:23SylvainDesetrecipients: + SylvainDe, rhettinger, ncoghlan, serhiy.storchaka
2017-07-21 08:54:23SylvainDesetmessageid: <1500627263.47.0.485019466859.issue30959@psf.upfronthosting.co.za>
2017-07-21 08:54:23SylvainDelinkissue30959 messages
2017-07-21 08:54:23SylvainDecreate