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 Patrick Lehmann
Recipients Patrick Lehmann, docs@python, lukasz.langa, r.david.murray, terry.reedy
Date 2016-11-20.11:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479640224.11.0.804778128531.issue28710@psf.upfronthosting.co.za>
In-reply-to
Content
I also found some docstrings using double back-tick plus double single quotes.

For example: ``x.y = v'' in builtins.py in function setattr(...).
History
Date User Action Args
2016-11-20 11:10:24Patrick Lehmannsetrecipients: + Patrick Lehmann, terry.reedy, r.david.murray, docs@python, lukasz.langa
2016-11-20 11:10:24Patrick Lehmannsetmessageid: <1479640224.11.0.804778128531.issue28710@psf.upfronthosting.co.za>
2016-11-20 11:10:24Patrick Lehmannlinkissue28710 messages
2016-11-20 11:10:24Patrick Lehmanncreate