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 <[email protected]>
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: <[email protected]>
2016-11-20 11:10:24Patrick Lehmannlinkissue28710 messages
2016-11-20 11:10:24Patrick Lehmanncreate