[issue28755] Rework syntax highlighing in howto/clinic.rst

New submission from Julien Palard: I was reading `howto/clinic.html` and though I'll fix syntax highlighting. ---------- assignee: docs@python components: Argument Clinic, Documentation messages: 281304 nosy: docs@python, larry, mdk priority: normal severity: normal status: open title: Rework syntax highlighing in howto/clinic.rst versions: Python 2.7, Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________

Changes by Julien Palard <julien+python@palard.fr>: ---------- keywords: +patch Added file: http://bugs.python.org/file45573/issue28755.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________

Changes by Julien Palard <julien+python@palard.fr>: Added file: http://bugs.python.org/file45575/issue28755-2.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________

Julien Palard added the comment: Bump, 10 days later, hope this diff is still straightforward to merge. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________

Martin Panter added the comment: It will apply to the 3.5 and 3.6 branches if I first backport revision 0a18d2cfeb52 (Issue 28753), which I think is valid. But I would wait until there is a branch for 3.6.1, and then commit to all three branches. (Ned asked for only release-critical changes to go into 3.6 at the moment.) On the other hand, Larry only applied the other patch to 3.7, so we could just do that again if people prefer. ---------- nosy: +martin.panter stage: -> commit review versions: +Python 3.5 -Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________

Serhiy Storchaka added the comment:
(Ned asked for only release-critical changes to go into 3.6 at the moment.)
Except the documentation changes. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________

Julien Palard added the comment: Just rebasing my patch on tip as it does no longer cleanly apply. ---------- Added file: http://bugs.python.org/file45795/issue28755-3.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________

Roundup Robot added the comment: New changeset 3795ba7490b1 by Martin Panter in branch '3.5': Issue #28755: Improve syntax highlighting in Arg Clinic howto https://hg.python.org/cpython/rev/3795ba7490b1 New changeset d0859a11322c by Martin Panter in branch '3.6': Issues #28755, #28753: Merge Arg Clinic howto from 3.5 https://hg.python.org/cpython/rev/d0859a11322c New changeset 889cb7ebc38d by Martin Panter in branch 'default': Issue #28755: Merge Arg Clinic howto from 3.6 https://hg.python.org/cpython/rev/889cb7ebc38d ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________

Changes by Martin Panter <vadmium+py@gmail.com>: ---------- resolution: -> fixed stage: commit review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28755> _______________________________________
participants (4)
-
Julien Palard
-
Martin Panter
-
Roundup Robot
-
Serhiy Storchaka