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 martin.panter
Recipients Nan Wu, brett.cannon, gvanrossum, jstasiak, martin.panter, ncoghlan, python-dev, rhettinger
Date 2016-04-09.03:40:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460173204.82.0.95440980442.issue25609@psf.upfronthosting.co.za>
In-reply-to
Content
The docs buildbot is complaining:

http://buildbot.python.org/all/builders/Docs%203.x/builds/1156/steps/lint/logs/stdio
[2] whatsnew/3.6.rst:199: default role used

I guess this is complaining about the `__enter__()` syntax with back-ticks. Maybe it should be either :meth:`__enter__` or ``__enter__()``, etc.
History
Date User Action Args
2016-04-09 03:40:04martin.pantersetrecipients: + martin.panter, gvanrossum, brett.cannon, rhettinger, ncoghlan, python-dev, jstasiak, Nan Wu
2016-04-09 03:40:04martin.pantersetmessageid: <1460173204.82.0.95440980442.issue25609@psf.upfronthosting.co.za>
2016-04-09 03:40:04martin.panterlinkissue25609 messages
2016-04-09 03:40:04martin.pantercreate