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 roger.serwy, terry.reedy
Date 2013-05-09.05:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368076818.55.0.00268388045116.issue17942@psf.upfronthosting.co.za>
In-reply-to
Content
The IDLE debugger has subwindows to display name-object bindings for locals and (optionally) globals. They have a gray background. Text is black, object strings get a white background box. The issue is that the white box and text for each name is slightly raised relative to the name. This is somehow especially noticeable to me for something like 'd = 3', resulting in
d3
with 3 boxed and raised a bit so it almost looks like a superscript.

This is a fairly minor issue, so low priority now unless trivially fixed. But it should be part of polishing IDLE. I am hoping that this is not a tk bug that is terrible to work around.
History
Date User Action Args
2013-05-09 05:20:18terry.reedysetrecipients: + terry.reedy, roger.serwy
2013-05-09 05:20:18terry.reedysetmessageid: <1368076818.55.0.00268388045116.issue17942@psf.upfronthosting.co.za>
2013-05-09 05:20:18terry.reedylinkissue17942 messages
2013-05-09 05:20:17terry.reedycreate