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 serhiy.storchaka
Recipients CuriousLearner, Mariatta, benhoyt, lisroach, ncoghlan, rhettinger, serhiy.storchaka, xiang.zhang
Date 2017-02-23.23:30:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487892603.95.0.601865180791.issue29549@psf.upfronthosting.co.za>
In-reply-to
Content
Write docstrings in following style:

"index($self, sub, start=0, end=sys.maxsize, /)\n"
"--\n"
"\n"
"<The summary line>\n"
"\n"
"<Rest of multiline\n"
"description>"

Extract the summary line. Don't use the metavariable "S" since it no longer defined in the signature.
History
Date User Action Args
2017-02-23 23:30:04serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, benhoyt, xiang.zhang, lisroach, Mariatta, CuriousLearner
2017-02-23 23:30:03serhiy.storchakasetmessageid: <1487892603.95.0.601865180791.issue29549@psf.upfronthosting.co.za>
2017-02-23 23:30:03serhiy.storchakalinkissue29549 messages
2017-02-23 23:30:03serhiy.storchakacreate