[issue35044] Use the :exc: role for the exceptions in the doc

2018-10-26 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker ___ ___

[issue35044] Use the :exc: role for the exceptions in the doc

2018-10-26 Thread miss-islington
miss-islington added the comment: New changeset ec10b70ea66e738ccb5c28f75a9c5d2b1c197de7 by Miss Islington (bot) in branch '3.7': bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) https://github.com/python/cpython/commit/ec10b70ea66e738ccb5c28f75a9c5d2b1c197de7 -- nos

[issue35044] Use the :exc: role for the exceptions in the doc

2018-10-26 Thread STINNER Victor
STINNER Victor added the comment: New changeset e483f02423917dc4dfd25f46e5b9e6fce304777d by Victor Stinner (Stéphane Wirtel) in branch 'master': bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) https://github.com/python/cpython/commit/e483f02423917dc4dfd25f46e5b9e6fce304777d

[issue35044] Use the :exc: role for the exceptions in the doc

2018-10-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +9454 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35044] Use the :exc: role for the exceptions in the doc

2018-10-22 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +9375 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue35044] Use the :exc: role for the exceptions in the doc

2018-10-22 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : In the doc, there is some locations where we do not use the :exc: role for the exceptions, I try to fix that with this PR. -- assignee: docs@python components: Documentation messages: 328249 nosy: docs@python, matrixise priority: normal severity: no