Issue 28755: Rework syntax highlighing in howto/clinic.rst (original ) (raw )Created on 2016-11-20 22:01 by mdk , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Messages (6)
msg281304 - (view)
Author: Julien Palard (mdk) *
Date: 2016-11-20 22:01
I was reading `howto/clinic.html` and though I'll fix syntax highlighting.
msg282106 - (view)
Author: Julien Palard (mdk) *
Date: 2016-11-30 21:55
Bump, 10 days later, hope this diff is still straightforward to merge.
msg282123 - (view)
Author: Martin Panter (martin.panter) *
Date: 2016-12-01 01:18
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.
msg282163 - (view)
Author: Serhiy Storchaka (serhiy.storchaka) *
Date: 2016-12-01 12:11
> (Ned asked for only release-critical changes to go into 3.6 at the moment.) Except the documentation changes.
msg282668 - (view)
Author: Julien Palard (mdk) *
Date: 2016-12-07 21:02
Just rebasing my patch on tip as it does no longer cleanly apply.
msg282824 - (view)
Author: Roundup Robot (python-dev)
Date: 2016-12-10 04:23
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
History
Date
User
Action
Args
2022-04-11 14:58:39
admin
set
github: 72941
2016-12-10 05:10:53
martin.panter
set
status: open -> closedresolution: fixedstage: commit review -> resolved
2016-12-10 04:23:13
python-dev
set
nosy: + python-dev messages: +
2016-12-07 21:02:54
mdk
set
files: + issue28755-3.diff messages: +
2016-12-01 12:11:19
serhiy.storchaka
set
nosy: + serhiy.storchaka messages: +
2016-12-01 01🔞20
martin.panter
set
versions: + Python 3.5, - Python 2.7nosy: + martin.panter messages: + stage: commit review
2016-11-30 21:55:01
mdk
set
messages: +
2016-11-20 22:40:25
mdk
set
files: + issue28755-2.diff
2016-11-20 22:02:16
mdk
set
files: + issue28755.diff keywords: + patch
2016-11-20 22:01:57
mdk
create