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 2017-07-05.01:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499217939.06.0.00487588238252.issue30851@psf.upfronthosting.co.za>
In-reply-to
Content
As part of #30777, Cheryl Sabella listed Variables defined for a tab page, and the use thereof, in the docstring for the tab page.  This revealed some anomalies.

Duplicate: font_name is defined on font and highlight pages.  The first StringVariable should be attached to a widget before the name is rebound.  We should investigate after there are tests for the two pages.

Unused: for anything deleted, make sure that there is no corresponding trace function left.

binding_target (keys) sounds like something that was never an external option but just an internal implementation detail; delete.

encoding (general) *is* an external option, but I believe used only by 2.x.  Recheck (in config.py also) and probably delete.

user_help_browser and help_browser (general) may have once been options.  We now use the system browser, which, at least on some systems, users can set.  Delete.
History
Date User Action Args
2017-07-05 01:25:39terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-07-05 01:25:39terry.reedysetmessageid: <1499217939.06.0.00487588238252.issue30851@psf.upfronthosting.co.za>
2017-07-05 01:25:38terry.reedylinkissue30851 messages
2017-07-05 01:25:37terry.reedycreate