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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2018-06-04.06:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528092449.18.0.592728768989.issue33763@psf.upfronthosting.co.za>
In-reply-to
Content
This makes detecting the context line a user clicks on slightly easier.  See new issue #33768 for discussion.  I am not sure now I would do this just for this reason, without trying with the label first.

Using a text also allows us to experiment with tagging the context keyword somehow, to see if it seems like an improvement.  Perhaps make it bold, or underlined, or the normal keyword color, or some variant thereof (grayed?).

So I am inclined to go ahead.  I did notice that most of the patch is straightforward substitution.  To me, this suggests that the code is pretty good.  Also, I think change 'label' (implentation) to 'context' (purpose) is a good change by itself.  I would keep this even if we reverted to using Label.
History
Date User Action Args
2018-06-04 06:07:29terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2018-06-04 06:07:29terry.reedysetmessageid: <1528092449.18.0.592728768989.issue33763@psf.upfronthosting.co.za>
2018-06-04 06:07:29terry.reedylinkissue33763 messages
2018-06-04 06:07:28terry.reedycreate